Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dotnet][rb][java][js][py] Automated Browser Version Update #13903

Merged
merged 2 commits into from
May 7, 2024

Conversation

selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented May 3, 2024

This is an automated pull request to update pinned browsers and drivers

Merge after verify the new browser versions properly passing the tests and no bugs need to be filed

Copy link

PR Description updated to latest commit (d42776a)

Copy link

PR Review

⏱️ Estimated effort to review [1-5]

2, because the changes are straightforward and involve updating URLs and SHA256 hashes for browser and driver versions. The changes are limited to a single file and are repetitive in nature, which simplifies the review process.

🧪 Relevant tests

No

🔍 Possible issues

Possible Dependency Issue: Ensure that the updated versions of the Microsoft Edge browser and drivers are compatible with the existing system and do not introduce new bugs or compatibility issues.

🔒 Security concerns

No


✨ Review tool usage guide:

Overview:
The review tool scans the PR code changes, and generates a PR review which includes several types of feedbacks, such as possible PR issues, security threats and relevant test in the PR. More feedbacks can be added by configuring the tool.

The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.

  • When commenting, to edit configurations related to the review tool (pr_reviewer section), use the following template:
/review --pr_reviewer.some_config1=... --pr_reviewer.some_config2=...
[pr_reviewer]
some_config1=...
some_config2=...

See the review usage page for a comprehensive guide on using this tool.

Copy link

PR Code Suggestions

CategorySuggestions                                                                                                                                                       
Maintainability
Use a variable for the version number in URLs to simplify future updates.

Consider using a variable for the version number of the Microsoft Edge package to ensure
consistency and ease future updates. This can help avoid manual errors and make the update
process more efficient.

common/repositories.bzl [146]

-url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_124.0.2478.80-1_amd64.deb"
+edge_version = "124.0.2478.80"
+url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_" + edge_version + "-1_amd64.deb"
 
Use a variable for the Edge Driver version in URLs to simplify updates.

Apply the same version variable strategy for the Edge Driver URLs to maintain consistency
across the repository and simplify version updates.

common/repositories.bzl [168]

-url = "https://msedgedriver.azureedge.net/124.0.2478.80/edgedriver_linux64.zip"
+edge_driver_version = "124.0.2478.80"
+url = "https://msedgedriver.azureedge.net/" + edge_driver_version + "/edgedriver_linux64.zip"
 
Security
Verify SHA256 checksums against trusted sources to enhance security.

Ensure that the SHA256 checksums are verified against a trusted source or documentation to
prevent potential security risks from compromised binaries.

common/repositories.bzl [147]

+# Verify this SHA256 checksum against a trusted source.
 sha256 = "a7eb75d95730c520eec998f755fcc427a9b4ac6a150bbb267b21e8383b6dc105"
 
Best practice
Abstract common properties to a function to reduce redundancy.

Consider abstracting common properties in these archive definitions to a macro or a
function to reduce redundancy and improve code clarity.

common/repositories.bzl [150]

-build_file_content = """
-load("@aspect_rules_js//js:defs.bzl", "js_library")
-package(default_visibility = ["//visibility:public"])
+def default_build_file_content():
+    return """
+    load("@aspect_rules_js//js:defs.bzl", "js_library")
+    package(default_visibility = ["//visibility:public"])
+build_file_content = default_build_file_content()
 
Regularly update URLs and checksums to the latest versions.

Regularly update the URLs and SHA256 checksums to the latest versions to ensure the
security and functionality of the dependencies.

common/repositories.bzl [185-186]

+# Ensure to update these values regularly
 url = "https://msedgedriver.azureedge.net/124.0.2478.80/edgedriver_mac64.zip"
 sha256 = "686e8064653dcd716a29ccb773dacf82ff70ce98c42fd4be31e501036e544e74"
 

✨ Improve tool usage guide:

Overview:
The improve tool scans the PR code changes, and automatically generates suggestions for improving the PR code. The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on a PR.

  • When commenting, to edit configurations related to the improve tool (pr_code_suggestions section), use the following template:
/improve --pr_code_suggestions.some_config1=... --pr_code_suggestions.some_config2=...
[pr_code_suggestions]
some_config1=...
some_config2=...

See the improve usage page for a comprehensive guide on using this tool.

Copy link

codiumai-pr-agent-pro bot commented May 3, 2024

CI Failure Feedback

(Checks updated until commit fbe2c26)

Action: Ruby / Local Tests (safari, macos) / Local Tests (safari, macos)

Failed stage: Run Bazel [❌]

Failure summary:

The action failed due to multiple test failures across various test suites. Specifically, tests
related to the Selenium WebDriver for Safari consistently failed, indicating issues with the
WebDriver setup, connectivity, or compatibility with the test environment. Errors such as
"Selenium::WebDriver::Error::WebDriverError" suggest problems initializing or communicating with the
WebDriver. Additionally, there were repeated warnings about permission denied errors related to Ruby
gem specifications, which might indicate misconfigurations or access rights issues on the testing
environment.

Relevant error logs:
1:  ##[group]Operating System
2:  macOS
...

661:  �[32mAnalyzing:�[0m 24 targets (338 packages loaded, 20907 targets configured)
662:  �[32m[1 / 1]�[0m checking cached actions
663:  �[32mAnalyzing:�[0m 24 targets (339 packages loaded, 21847 targets configured)
664:  �[32m[1 / 1]�[0m checking cached actions
665:  �[32mINFO: �[0mAnalyzed 24 targets (339 packages loaded, 21871 targets configured).
666:  �[32m[12 / 817]�[0m Creating source manifest for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari; 0s local ... (4 actions, 1 running)
667:  �[32m[517 / 1,556]�[0m Creating source manifest for //rb/spec/integration/selenium/webdriver:action_builder-safari; 0s local ... (4 actions running)
668:  �[32m[801 / 1,842]�[0m [Prepa] Writing repo mapping manifest for //rb/spec/integration/selenium/webdriver:storage-safari
669:  �[32m[838 / 1,851]�[0m [Prepa] Extracting interface for jar external/com_google_errorprone_error_prone_annotations/error_prone_annotations-2.1.3.jar [for tool]
...

692:  �[1mexternal/protobuf~/src/google/protobuf/generated_message_tctable_lite.cc:347:14: �[0m�[0;1;35mwarning: �[0m�[1munused function 'Offset' [-Wunused-function]�[0m
693:  inline void* Offset(void* base, uint32_t offset) {
694:  �[0;1;32m             ^
695:  �[0m1 warning generated.
696:  �[32mINFO: �[0mFrom Linking external/protobuf~/libprotobuf_lite.a [for tool]:
697:  /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protobuf_lite/io_win32.o has no symbols
698:  �[32m[1,044 / 1,863]�[0m [Prepa] RunBinary rb/lib/selenium/devtools/v124.rb ... (4 actions, 0 running)
699:  �[32mINFO: �[0mFrom Linking external/protobuf~/libprotobuf.a [for tool]:
700:  /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protobuf/error_listener.o has no symbols
...

803:  * `Zip::InputStream`
804:  * `Zip::OutputStream`
805:  Please ensure that your Gemfiles and .gemspecs are suitably restrictive
806:  to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
807:  See https://github.com/rubyzip/rubyzip for details. The Changelog also
808:  lists other enhancements and bugfixes that have been implemented since
809:  version 2.3.0.
810:  �[32m[1,625 / 1,863]�[0m Checking 1 JS files in @@io_bazel_rules_closure//closure/library/graphics:strokeandfillelement; 0s disk-cache ... (4 actions, 0 running)
811:  �[32m[1,863 / 1,864]�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:error-safari
812:  �[32m[1,863 / 1,864]�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari; 1s disk-cache
813:  �[32m[1,863 / 1,864]�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari; Downloading external/rules_ruby~~ruby~bundle/vendor/bundle/ruby/3.0.0/gems/ffi-1.16.3/lib/ffi/tools/struct_generator.rb; 3s disk-cache
814:  �[32m[1,863 / 1,864]�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari; Downloading external/rules_ruby~~ruby~bundle/vendor/bundle/ruby/3.0.0/gems/rspec-core-3.13.0/lib/rspec/core/world.rb, 8.5 KiB / 8.5 KiB; 4s disk-cache
815:  �[32m[1,863 / 1,864]�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari; Downloading external/rules_ruby~~ruby~bundle/vendor/bundle/ruby/3.0.0/gems/yard-0.9.36/lib/yard/handlers/ruby/public_class_method_handler.rb; 5s disk-cache
816:  �[32m[1,863 / 1,864]�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari; 0s local, disk-cache
817:  �[32m[1,863 / 1,864]�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari; 11s local, disk-cache
...

827:  �[32m[1,865 / 1,866]�[0m 2 / 24 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari; 25s local, disk-cache
828:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:listener-safari (Summary)
829:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari/test_attempts/attempt_1.log
830:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-safari:
831:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:listener-safari:
832:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
833:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
834:  Running Ruby specs:
835:  An error occurred in a `before(:suite)` hook.
836:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
837:  Selenium::WebDriver::Error::WebDriverError:
...

848:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
849:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
850:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
851:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
852:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
853:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
854:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
855:  Finished in 20.26 seconds (files took 0.26492 seconds to load)
856:  0 examples, 0 failures, 1 error occurred outside of examples
...

865:  �[32m[1,867 / 1,868]�[0m 4 / 24 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari; 21s local, disk-cache
866:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test_attempts/attempt_1.log)
867:  �[32m[1,867 / 1,868]�[0m 4 / 24 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari; 23s local, disk-cache
868:  �[32m[1,867 / 1,868]�[0m 4 / 24 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari; 43s local, disk-cache
869:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test_attempts/attempt_2.log)
870:  �[32m[1,867 / 1,868]�[0m 4 / 24 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari; 44s local, disk-cache
871:  �[32m[1,867 / 1,868]�[0m 4 / 24 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari; 65s local, disk-cache
872:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test.log)
873:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:timeout-safari (Summary)
874:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test.log
875:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test_attempts/attempt_1.log
876:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test_attempts/attempt_2.log
877:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:timeout-safari:
878:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari:
879:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
880:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
881:  Running Ruby specs:
882:  An error occurred in a `before(:suite)` hook.
883:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
884:  Selenium::WebDriver::Error::WebDriverError:
...

895:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
896:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
897:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
898:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
899:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
900:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
901:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
902:  Finished in 20.25 seconds (files took 0.37338 seconds to load)
903:  0 examples, 0 failures, 1 error occurred outside of examples
904:  ================================================================================
905:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari:
906:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
907:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
908:  Running Ruby specs:
909:  An error occurred in a `before(:suite)` hook.
910:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
911:  Selenium::WebDriver::Error::WebDriverError:
...

922:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
923:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
924:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
925:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
926:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
927:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
928:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
929:  Finished in 20.24 seconds (files took 0.28517 seconds to load)
930:  0 examples, 0 failures, 1 error occurred outside of examples
931:  ================================================================================
932:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari:
933:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
934:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
935:  Running Ruby specs:
936:  An error occurred in a `before(:suite)` hook.
937:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
938:  Selenium::WebDriver::Error::WebDriverError:
...

949:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
950:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
951:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
952:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
953:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
954:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
955:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
956:  Finished in 20.24 seconds (files took 0.39833 seconds to load)
957:  0 examples, 0 failures, 1 error occurred outside of examples
958:  ================================================================================
959:  �[32m[1,868 / 1,869]�[0m 5 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari; 1s disk-cache
960:  �[32m[1,868 / 1,869]�[0m 5 / 24 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:manager-safari
961:  �[32m[1,868 / 1,869]�[0m 5 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari; 1s local, disk-cache
962:  �[32m[1,868 / 1,869]�[0m 5 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari; 21s local, disk-cache
963:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test_attempts/attempt_1.log)
964:  �[32m[1,868 / 1,869]�[0m 5 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari; 22s local, disk-cache
965:  �[32m[1,868 / 1,869]�[0m 5 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari; 43s local, disk-cache
966:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test_attempts/attempt_2.log)
967:  �[32m[1,868 / 1,869]�[0m 5 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari; 44s local, disk-cache
968:  �[32m[1,868 / 1,869]�[0m 5 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari; 64s local, disk-cache
969:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test.log)
970:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:manager-safari (Summary)
971:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test.log
972:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-safari:
973:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test_attempts/attempt_1.log
974:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test_attempts/attempt_2.log
975:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:manager-safari:
976:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
977:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
978:  Running Ruby specs:
979:  An error occurred in a `before(:suite)` hook.
980:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
981:  Selenium::WebDriver::Error::WebDriverError:
...

992:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
993:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
994:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
995:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
996:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
997:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
998:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
999:  Finished in 20.25 seconds (files took 0.2627 seconds to load)
1000:  0 examples, 0 failures, 1 error occurred outside of examples
1001:  ================================================================================
1002:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-safari:
1003:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1004:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1005:  Running Ruby specs:
1006:  An error occurred in a `before(:suite)` hook.
1007:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1008:  Selenium::WebDriver::Error::WebDriverError:
...

1019:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1020:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1021:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1022:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1023:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1024:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1025:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1026:  Finished in 20.24 seconds (files took 0.3381 seconds to load)
1027:  0 examples, 0 failures, 1 error occurred outside of examples
1028:  ================================================================================
1029:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-safari:
1030:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1031:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1032:  Running Ruby specs:
1033:  An error occurred in a `before(:suite)` hook.
1034:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1035:  Selenium::WebDriver::Error::WebDriverError:
...

1046:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1047:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1048:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1049:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1050:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1051:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1052:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1053:  Finished in 20.22 seconds (files took 0.28473 seconds to load)
1054:  0 examples, 0 failures, 1 error occurred outside of examples
1055:  ================================================================================
1056:  �[32m[1,869 / 1,870]�[0m 6 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari; 0s disk-cache
1057:  �[32m[1,869 / 1,870]�[0m 6 / 24 tests, �[31m�[1m2 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:bidi-safari
1058:  �[32m[1,869 / 1,870]�[0m 6 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari; 2s local, disk-cache
1059:  �[32m[1,869 / 1,870]�[0m 6 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:bidi-safari; 83s local, disk-cache
1060:  �[32m[1,870 / 1,871]�[0m 7 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari; 1s disk-cache
1061:  �[32m[1,870 / 1,871]�[0m 7 / 24 tests, �[31m�[1m2 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:select-safari
1062:  �[32m[1,870 / 1,871]�[0m 7 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari; 1s local, disk-cache
1063:  �[32m[1,870 / 1,871]�[0m 7 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari; 21s local, disk-cache
1064:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test_attempts/attempt_1.log)
1065:  �[32m[1,870 / 1,871]�[0m 7 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari; 23s local, disk-cache
1066:  �[32m[1,870 / 1,871]�[0m 7 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari; 43s local, disk-cache
1067:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test_attempts/attempt_2.log)
1068:  �[32m[1,870 / 1,871]�[0m 7 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari; 44s local, disk-cache
1069:  �[32m[1,870 / 1,871]�[0m 7 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari; 65s local, disk-cache
1070:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test.log)
1071:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:select-safari (Summary)
1072:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test.log
1073:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test_attempts/attempt_1.log
1074:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari:
1075:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test_attempts/attempt_2.log
1076:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1077:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:select-safari:
1078:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1079:  Running Ruby specs:
1080:  An error occurred in a `before(:suite)` hook.
1081:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1082:  Selenium::WebDriver::Error::WebDriverError:
...

1093:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1094:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1095:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1096:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1097:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1098:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1099:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1100:  Finished in 20.29 seconds (files took 0.3402 seconds to load)
1101:  0 examples, 0 failures, 1 error occurred outside of examples
1102:  ================================================================================
1103:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari:
1104:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1105:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1106:  Running Ruby specs:
1107:  An error occurred in a `before(:suite)` hook.
1108:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1109:  Selenium::WebDriver::Error::WebDriverError:
...

1120:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1121:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1122:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1123:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1124:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1125:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1126:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1127:  Finished in 20.24 seconds (files took 0.34694 seconds to load)
1128:  0 examples, 0 failures, 1 error occurred outside of examples
1129:  ================================================================================
1130:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari:
1131:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1132:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1133:  Running Ruby specs:
1134:  An error occurred in a `before(:suite)` hook.
1135:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1136:  Selenium::WebDriver::Error::WebDriverError:
...

1147:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1148:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1149:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1150:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1151:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1152:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1153:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1154:  Finished in 20.26 seconds (files took 0.27913 seconds to load)
1155:  0 examples, 0 failures, 1 error occurred outside of examples
1156:  ================================================================================
1157:  �[32m[1,871 / 1,872]�[0m 8 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari; 0s disk-cache
1158:  �[32m[1,871 / 1,872]�[0m 8 / 24 tests, �[31m�[1m3 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari
1159:  �[32m[1,871 / 1,872]�[0m 8 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari; 1s local, disk-cache
1160:  �[32m[1,871 / 1,872]�[0m 8 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari; 21s local, disk-cache
1161:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari/test_attempts/attempt_1.log)
1162:  �[32m[1,871 / 1,872]�[0m 8 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari; 22s local, disk-cache
1163:  �[32m[1,871 / 1,872]�[0m 8 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari; 87s local, disk-cache
1164:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari (Summary)
1165:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari/test_attempts/attempt_1.log
1166:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari:
1167:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari:
1168:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1169:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1170:  Running Ruby specs:
1171:  An error occurred in a `before(:suite)` hook.
1172:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1173:  Selenium::WebDriver::Error::WebDriverError:
...

1184:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1185:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1186:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1187:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1188:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1189:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1190:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1191:  Finished in 20.25 seconds (files took 0.28585 seconds to load)
1192:  0 examples, 0 failures, 1 error occurred outside of examples
1193:  ================================================================================
1194:  �[32m[1,872 / 1,873]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 0s disk-cache
1195:  �[32m[1,872 / 1,873]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:devtools-safari
1196:  �[32m[1,872 / 1,873]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 1s local, disk-cache
1197:  �[32m[1,872 / 1,873]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 21s local, disk-cache
1198:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test_attempts/attempt_1.log)
1199:  �[32m[1,872 / 1,873]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 22s local, disk-cache
1200:  �[32m[1,872 / 1,873]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 24s local, disk-cache
1201:  �[32m[1,872 / 1,873]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 44s local, disk-cache
1202:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test_attempts/attempt_2.log)
1203:  �[32m[1,872 / 1,873]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 46s local, disk-cache
1204:  �[32m[1,872 / 1,873]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari; 65s local, disk-cache
1205:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test.log)
1206:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari:
1207:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari (Summary)
1208:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1209:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test.log
1210:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test_attempts/attempt_1.log
1211:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test_attempts/attempt_2.log
1212:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:devtools-safari:
1213:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1214:  Running Ruby specs:
1215:  An error occurred in a `before(:suite)` hook.
1216:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1217:  Selenium::WebDriver::Error::WebDriverError:
...

1228:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1229:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1230:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1231:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1232:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1233:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1234:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1235:  Finished in 20.43 seconds (files took 0.3404 seconds to load)
1236:  0 examples, 0 failures, 1 error occurred outside of examples
1237:  ================================================================================
1238:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari:
1239:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1240:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1241:  Running Ruby specs:
1242:  An error occurred in a `before(:suite)` hook.
1243:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1244:  Selenium::WebDriver::Error::WebDriverError:
...

1255:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1256:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1257:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1258:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1259:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1260:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1261:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1262:  Finished in 20.25 seconds (files took 0.31415 seconds to load)
1263:  0 examples, 0 failures, 1 error occurred outside of examples
1264:  ================================================================================
1265:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari:
1266:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1267:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1268:  Running Ruby specs:
1269:  An error occurred in a `before(:suite)` hook.
1270:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1271:  Selenium::WebDriver::Error::WebDriverError:
...

1282:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1283:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1284:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1285:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1286:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1287:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1288:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1289:  Finished in 20.22 seconds (files took 0.30771 seconds to load)
1290:  0 examples, 0 failures, 1 error occurred outside of examples
1291:  ================================================================================
1292:  �[32m[1,873 / 1,874]�[0m 10 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari; 1s disk-cache
1293:  �[32m[1,873 / 1,874]�[0m 10 / 24 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:element-safari
1294:  �[32m[1,873 / 1,874]�[0m 10 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari; 1s local, disk-cache
1295:  �[32m[1,873 / 1,874]�[0m 10 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari; 22s local, disk-cache
1296:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari/test_attempts/attempt_1.log)
1297:  �[32m[1,873 / 1,874]�[0m 10 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari; 23s local, disk-cache
1298:  �[32m[1,873 / 1,874]�[0m 10 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari; 25s local, disk-cache
1299:  �[32m[1,873 / 1,874]�[0m 10 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari; 45s local, disk-cache
1300:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari/test_attempts/attempt_2.log)
1301:  �[32m[1,873 / 1,874]�[0m 10 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari; 46s local, disk-cache
1302:  �[32m[1,873 / 1,874]�[0m 10 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari; 67s local, disk-cache
1303:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari/test.log)
1304:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:element-safari (Summary)
1305:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari/test.log
1306:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari/test_attempts/attempt_1.log
1307:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari/test_attempts/attempt_2.log
1308:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:element-safari:
1309:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-safari:
1310:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1311:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1312:  Running Ruby specs:
1313:  An error occurred in a `before(:suite)` hook.
1314:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1315:  Selenium::WebDriver::Error::WebDriverError:
...

1326:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1327:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1328:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1329:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1330:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1331:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1332:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1333:  Finished in 20.96 seconds (files took 0.28924 seconds to load)
1334:  0 examples, 0 failures, 1 error occurred outside of examples
1335:  ================================================================================
1336:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-safari:
1337:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1338:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1339:  Running Ruby specs:
1340:  An error occurred in a `before(:suite)` hook.
1341:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1342:  Selenium::WebDriver::Error::WebDriverError:
...

1353:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1354:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1355:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1356:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1357:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1358:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1359:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1360:  Finished in 20.28 seconds (files took 0.34447 seconds to load)
1361:  0 examples, 0 failures, 1 error occurred outside of examples
1362:  ================================================================================
1363:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-safari:
1364:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1365:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1366:  Running Ruby specs:
1367:  An error occurred in a `before(:suite)` hook.
1368:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1369:  Selenium::WebDriver::Error::WebDriverError:
...

1380:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1381:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1382:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1383:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1384:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1385:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1386:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1387:  Finished in 20.29 seconds (files took 0.27413 seconds to load)
1388:  0 examples, 0 failures, 1 error occurred outside of examples
1389:  ================================================================================
1390:  �[32m[1,874 / 1,875]�[0m 11 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 1s disk-cache
1391:  �[32m[1,874 / 1,875]�[0m 11 / 24 tests, �[31m�[1m5 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari
1392:  �[32m[1,874 / 1,875]�[0m 11 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 1s local, disk-cache
1393:  �[32m[1,874 / 1,875]�[0m 11 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 21s local, disk-cache
1394:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test_attempts/attempt_1.log)
1395:  �[32m[1,874 / 1,875]�[0m 11 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 22s local, disk-cache
1396:  �[32m[1,874 / 1,875]�[0m 11 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 44s local, disk-cache
1397:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test_attempts/attempt_2.log)
1398:  �[32m[1,874 / 1,875]�[0m 11 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 46s local, disk-cache
1399:  �[32m[1,874 / 1,875]�[0m 11 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari; 66s local, disk-cache
1400:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test.log)
1401:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari:
1402:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1403:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari (Summary)
1404:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test.log
1405:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test_attempts/attempt_1.log
1406:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test_attempts/attempt_2.log
1407:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari:
1408:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1409:  Running Ruby specs:
1410:  An error occurred in a `before(:suite)` hook.
1411:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1412:  Selenium::WebDriver::Error::WebDriverError:
...

1423:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1424:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1425:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1426:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1427:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1428:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1429:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1430:  Finished in 20.31 seconds (files took 0.27901 seconds to load)
1431:  0 examples, 0 failures, 1 error occurred outside of examples
1432:  ================================================================================
1433:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari:
1434:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1435:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1436:  Running Ruby specs:
1437:  An error occurred in a `before(:suite)` hook.
1438:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1439:  Selenium::WebDriver::Error::WebDriverError:
...

1450:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1451:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1452:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1453:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1454:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1455:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1456:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1457:  Finished in 20.31 seconds (files took 1.15 seconds to load)
1458:  0 examples, 0 failures, 1 error occurred outside of examples
1459:  ================================================================================
1460:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari:
1461:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1462:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1463:  Running Ruby specs:
1464:  An error occurred in a `before(:suite)` hook.
1465:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1466:  Selenium::WebDriver::Error::WebDriverError:
...

1477:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1478:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1479:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1480:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1481:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1482:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1483:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1484:  Finished in 20.23 seconds (files took 0.3068 seconds to load)
1485:  0 examples, 0 failures, 1 error occurred outside of examples
1486:  ================================================================================
1487:  �[32m[1,875 / 1,876]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 1s disk-cache
1488:  �[32m[1,875 / 1,876]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:target_locator-safari
1489:  �[32m[1,875 / 1,876]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 2s local, disk-cache
1490:  �[32m[1,875 / 1,876]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 21s local, disk-cache
1491:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test_attempts/attempt_1.log)
1492:  �[32m[1,875 / 1,876]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 22s local, disk-cache
1493:  �[32m[1,875 / 1,876]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 42s local, disk-cache
1494:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test_attempts/attempt_2.log)
1495:  �[32m[1,875 / 1,876]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 44s local, disk-cache
1496:  �[32m[1,875 / 1,876]�[0m 12 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari; 64s local, disk-cache
1497:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test.log)
1498:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari:
1499:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari (Summary)
1500:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1501:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test.log
1502:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1503:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test_attempts/attempt_1.log
1504:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test_attempts/attempt_2.log
1505:  Running Ruby specs:
1506:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:target_locator-safari:
1507:  An error occurred in a `before(:suite)` hook.
1508:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1509:  Selenium::WebDriver::Error::WebDriverError:
...

1520:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1521:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1522:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1523:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1524:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1525:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1526:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1527:  Finished in 20.29 seconds (files took 0.267 seconds to load)
1528:  0 examples, 0 failures, 1 error occurred outside of examples
1529:  ================================================================================
1530:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari:
1531:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1532:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1533:  Running Ruby specs:
1534:  An error occurred in a `before(:suite)` hook.
1535:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1536:  Selenium::WebDriver::Error::WebDriverError:
...

1547:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1548:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1549:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1550:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1551:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1552:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1553:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1554:  Finished in 20.22 seconds (files took 0.27216 seconds to load)
1555:  0 examples, 0 failures, 1 error occurred outside of examples
1556:  ================================================================================
1557:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari:
1558:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1559:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1560:  Running Ruby specs:
1561:  An error occurred in a `before(:suite)` hook.
1562:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1563:  Selenium::WebDriver::Error::WebDriverError:
...

1574:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1575:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1576:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1577:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1578:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1579:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1580:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1581:  Finished in 20.28 seconds (files took 0.2618 seconds to load)
1582:  0 examples, 0 failures, 1 error occurred outside of examples
1583:  ================================================================================
1584:  �[32m[1,876 / 1,877]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari; 1s disk-cache
1585:  �[32m[1,876 / 1,877]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari; 0s local, disk-cache
1586:  �[32m[1,876 / 1,877]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari; 21s local, disk-cache
1587:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari/test_attempts/attempt_1.log)
1588:  �[32m[1,876 / 1,877]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari; 22s local, disk-cache
1589:  �[32m[1,876 / 1,877]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari; 42s local, disk-cache
1590:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari/test_attempts/attempt_2.log)
1591:  �[32m[1,876 / 1,877]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari; 44s local, disk-cache
1592:  �[32m[1,876 / 1,877]�[0m 13 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari; 64s local, disk-cache
1593:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari/test.log)
1594:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-safari:
1595:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:guard-safari (Summary)
1596:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1597:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari/test.log
1598:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1599:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari/test_attempts/attempt_1.log
1600:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari/test_attempts/attempt_2.log
1601:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:guard-safari:
1602:  Running Ruby specs:
1603:  An error occurred in a `before(:suite)` hook.
1604:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1605:  Selenium::WebDriver::Error::WebDriverError:
...

1616:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1617:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1618:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1619:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1620:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1621:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1622:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1623:  Finished in 20.29 seconds (files took 0.29278 seconds to load)
1624:  0 examples, 0 failures, 1 error occurred outside of examples
1625:  ================================================================================
1626:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-safari:
1627:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1628:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1629:  Running Ruby specs:
1630:  An error occurred in a `before(:suite)` hook.
1631:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1632:  Selenium::WebDriver::Error::WebDriverError:
...

1643:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1644:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1645:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1646:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1647:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1648:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1649:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1650:  Finished in 20.23 seconds (files took 0.26991 seconds to load)
1651:  0 examples, 0 failures, 1 error occurred outside of examples
1652:  ================================================================================
1653:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-safari:
1654:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1655:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1656:  Running Ruby specs:
1657:  An error occurred in a `before(:suite)` hook.
1658:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1659:  Selenium::WebDriver::Error::WebDriverError:
...

1670:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1671:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1672:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1673:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1674:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1675:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1676:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1677:  Finished in 20.27 seconds (files took 0.25863 seconds to load)
1678:  0 examples, 0 failures, 1 error occurred outside of examples
1679:  ================================================================================
1680:  �[32m[1,877 / 1,878]�[0m 14 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari; 1s disk-cache
1681:  �[32m[1,877 / 1,878]�[0m 14 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari; 0s local, disk-cache
1682:  �[32m[1,877 / 1,878]�[0m 14 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari; 21s local, disk-cache
1683:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari/test_attempts/attempt_1.log)
1684:  �[32m[1,877 / 1,878]�[0m 14 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari; 22s local, disk-cache
1685:  �[32m[1,877 / 1,878]�[0m 14 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari; 42s local, disk-cache
1686:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari/test_attempts/attempt_2.log)
1687:  �[32m[1,877 / 1,878]�[0m 14 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari; 43s local, disk-cache
1688:  �[32m[1,877 / 1,878]�[0m 14 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari; 64s local, disk-cache
1689:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari/test.log)
1690:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:element-safari (Summary)
1691:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari/test.log
1692:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari/test_attempts/attempt_1.log
1693:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari/test_attempts/attempt_2.log
1694:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:element-safari:
1695:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-safari:
1696:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1697:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1698:  Running Ruby specs:
1699:  An error occurred in a `before(:suite)` hook.
1700:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1701:  Selenium::WebDriver::Error::WebDriverError:
...

1712:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1713:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1714:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1715:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1716:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1717:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1718:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1719:  Finished in 20.26 seconds (files took 0.28496 seconds to load)
1720:  0 examples, 0 failures, 1 error occurred outside of examples
1721:  ================================================================================
1722:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-safari:
1723:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1724:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1725:  Running Ruby specs:
1726:  An error occurred in a `before(:suite)` hook.
1727:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1728:  Selenium::WebDriver::Error::WebDriverError:
...

1739:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1740:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1741:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1742:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1743:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1744:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1745:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1746:  Finished in 20.25 seconds (files took 0.25348 seconds to load)
1747:  0 examples, 0 failures, 1 error occurred outside of examples
1748:  ================================================================================
1749:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-safari:
1750:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1751:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1752:  Running Ruby specs:
1753:  An error occurred in a `before(:suite)` hook.
1754:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1755:  Selenium::WebDriver::Error::WebDriverError:
...

1766:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1767:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1768:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1769:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1770:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1771:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1772:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1773:  Finished in 20.25 seconds (files took 0.28783 seconds to load)
1774:  0 examples, 0 failures, 1 error occurred outside of examples
1775:  ================================================================================
1776:  �[32m[1,878 / 1,879]�[0m 15 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari; 1s disk-cache
1777:  �[32m[1,878 / 1,879]�[0m 15 / 24 tests, �[31m�[1m9 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:storage-safari
1778:  �[32m[1,878 / 1,879]�[0m 15 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari; 1s local, disk-cache
1779:  �[32m[1,878 / 1,879]�[0m 15 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari; 21s local, disk-cache
1780:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test_attempts/attempt_1.log)
1781:  �[32m[1,878 / 1,879]�[0m 15 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari; 22s local, disk-cache
1782:  �[32m[1,878 / 1,879]�[0m 15 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari; 43s local, disk-cache
1783:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test_attempts/attempt_2.log)
1784:  �[32m[1,878 / 1,879]�[0m 15 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari; 44s local, disk-cache
1785:  �[32m[1,878 / 1,879]�[0m 15 / 24 tests, �[31m�[1m9 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari; 64s local, disk-cache
1786:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test.log)
1787:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari:
1788:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:storage-safari (Summary)
1789:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1790:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test.log
1791:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1792:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test_attempts/attempt_1.log
1793:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test_attempts/attempt_2.log
1794:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:storage-safari:
1795:  Running Ruby specs:
1796:  An error occurred in a `before(:suite)` hook.
1797:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1798:  Selenium::WebDriver::Error::WebDriverError:
...

1809:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1810:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1811:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1812:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1813:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1814:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1815:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1816:  Finished in 20.27 seconds (files took 0.30129 seconds to load)
1817:  0 examples, 0 failures, 1 error occurred outside of examples
1818:  ================================================================================
1819:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari:
1820:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1821:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1822:  Running Ruby specs:
1823:  An error occurred in a `before(:suite)` hook.
1824:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1825:  Selenium::WebDriver::Error::WebDriverError:
...

1836:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1837:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1838:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1839:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1840:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1841:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1842:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1843:  Finished in 20.27 seconds (files took 0.32458 seconds to load)
1844:  0 examples, 0 failures, 1 error occurred outside of examples
1845:  ================================================================================
1846:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari:
1847:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1848:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1849:  Running Ruby specs:
1850:  An error occurred in a `before(:suite)` hook.
1851:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1852:  Selenium::WebDriver::Error::WebDriverError:
...

1863:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1864:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1865:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1866:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1867:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1868:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1869:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1870:  Finished in 20.25 seconds (files took 0.27015 seconds to load)
1871:  0 examples, 0 failures, 1 error occurred outside of examples
1872:  ================================================================================
1873:  �[32m[1,879 / 1,880]�[0m 16 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 1s disk-cache
1874:  �[32m[1,879 / 1,880]�[0m 16 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 0s local, disk-cache
1875:  �[32m[1,879 / 1,880]�[0m 16 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 21s local, disk-cache
1876:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test_attempts/attempt_1.log)
1877:  �[32m[1,879 / 1,880]�[0m 16 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 23s local, disk-cache
1878:  �[32m[1,879 / 1,880]�[0m 16 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 42s local, disk-cache
1879:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test_attempts/attempt_2.log)
1880:  �[32m[1,879 / 1,880]�[0m 16 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 43s local, disk-cache
1881:  �[32m[1,879 / 1,880]�[0m 16 / 24 tests, �[31m�[1m10 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari; 64s local, disk-cache
1882:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test.log)
1883:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari (Summary)
1884:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test.log
1885:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari:
1886:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test_attempts/attempt_1.log
1887:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test_attempts/attempt_2.log
1888:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:action_builder-safari:
1889:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1890:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1891:  Running Ruby specs:
1892:  An error occurred in a `before(:suite)` hook.
1893:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1894:  Selenium::WebDriver::Error::WebDriverError:
...

1905:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1906:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1907:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1908:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1909:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1910:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1911:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1912:  Finished in 20.25 seconds (files took 0.28454 seconds to load)
1913:  0 examples, 0 failures, 1 error occurred outside of examples
1914:  ================================================================================
1915:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari:
1916:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1917:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1918:  Running Ruby specs:
1919:  An error occurred in a `before(:suite)` hook.
1920:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1921:  Selenium::WebDriver::Error::WebDriverError:
...

1932:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1933:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1934:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1935:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1936:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1937:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1938:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1939:  Finished in 20.25 seconds (files took 0.29297 seconds to load)
1940:  0 examples, 0 failures, 1 error occurred outside of examples
1941:  ================================================================================
1942:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari:
1943:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1944:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1945:  Running Ruby specs:
1946:  An error occurred in a `before(:suite)` hook.
1947:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1948:  Selenium::WebDriver::Error::WebDriverError:
...

1959:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
1960:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
1961:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1962:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1963:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1964:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1965:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1966:  Finished in 20.23 seconds (files took 0.30856 seconds to load)
1967:  0 examples, 0 failures, 1 error occurred outside of examples
1968:  ================================================================================
1969:  �[32m[1,880 / 1,881]�[0m 17 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 1s disk-cache
1970:  �[32m[1,880 / 1,881]�[0m 17 / 24 tests, �[31m�[1m11 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari
1971:  �[32m[1,880 / 1,881]�[0m 17 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 1s local, disk-cache
1972:  �[32m[1,880 / 1,881]�[0m 17 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 21s local, disk-cache
1973:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test_attempts/attempt_1.log)
1974:  �[32m[1,880 / 1,881]�[0m 17 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 22s local, disk-cache
1975:  �[32m[1,880 / 1,881]�[0m 17 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 42s local, disk-cache
1976:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test_attempts/attempt_2.log)
1977:  �[32m[1,880 / 1,881]�[0m 17 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 44s local, disk-cache
1978:  �[32m[1,880 / 1,881]�[0m 17 / 24 tests, �[31m�[1m11 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari; 64s local, disk-cache
1979:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test.log)
1980:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-safari:
1981:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:takes_screenshot-safari (Summary)
1982:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1983:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test.log
1984:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1985:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test_attempts/attempt_1.log
1986:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test_attempts/attempt_2.log
1987:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari:
1988:  Running Ruby specs:
1989:  An error occurred in a `before(:suite)` hook.
1990:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
1991:  Selenium::WebDriver::Error::WebDriverError:
...

2002:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2003:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2004:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2005:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2006:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2007:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2008:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2009:  Finished in 20.27 seconds (files took 0.27565 seconds to load)
2010:  0 examples, 0 failures, 1 error occurred outside of examples
2011:  ================================================================================
2012:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-safari:
2013:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2014:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2015:  Running Ruby specs:
2016:  An error occurred in a `before(:suite)` hook.
2017:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2018:  Selenium::WebDriver::Error::WebDriverError:
...

2029:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2030:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2031:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2032:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2033:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2034:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2035:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2036:  Finished in 20.29 seconds (files took 0.25618 seconds to load)
2037:  0 examples, 0 failures, 1 error occurred outside of examples
2038:  ================================================================================
2039:  ==================== Test output for //rb/spec/integration/selenium/webdriver:takes_screenshot-safari:
2040:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2041:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2042:  Running Ruby specs:
2043:  An error occurred in a `before(:suite)` hook.
2044:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2045:  Selenium::WebDriver::Error::WebDriverError:
...

2056:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2057:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2058:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2059:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2060:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2061:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2062:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2063:  Finished in 20.25 seconds (files took 0.25724 seconds to load)
2064:  0 examples, 0 failures, 1 error occurred outside of examples
2065:  ================================================================================
2066:  �[32m[1,881 / 1,882]�[0m 18 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 1s disk-cache
2067:  �[32m[1,881 / 1,882]�[0m 18 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 0s local, disk-cache
2068:  �[32m[1,881 / 1,882]�[0m 18 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 21s local, disk-cache
2069:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test_attempts/attempt_1.log)
2070:  �[32m[1,881 / 1,882]�[0m 18 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 23s local, disk-cache
2071:  �[32m[1,881 / 1,882]�[0m 18 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 42s local, disk-cache
2072:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test_attempts/attempt_2.log)
2073:  �[32m[1,881 / 1,882]�[0m 18 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 44s local, disk-cache
2074:  �[32m[1,881 / 1,882]�[0m 18 / 24 tests, �[31m�[1m12 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari; 64s local, disk-cache
2075:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test.log)
2076:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-safari (Summary)
2077:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test.log
2078:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test_attempts/attempt_1.log
2079:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test_attempts/attempt_2.log
2080:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari:
2081:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-safari:
2082:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2083:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2084:  Running Ruby specs:
2085:  An error occurred in a `before(:suite)` hook.
2086:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2087:  Selenium::WebDriver::Error::WebDriverError:
...

2098:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2099:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2100:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2101:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2102:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2103:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2104:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2105:  Finished in 20.29 seconds (files took 0.26447 seconds to load)
2106:  0 examples, 0 failures, 1 error occurred outside of examples
2107:  ================================================================================
2108:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-safari:
2109:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2110:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2111:  Running Ruby specs:
2112:  An error occurred in a `before(:suite)` hook.
2113:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2114:  Selenium::WebDriver::Error::WebDriverError:
...

2125:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2126:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2127:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2128:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2129:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2130:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2131:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2132:  Finished in 20.3 seconds (files took 0.25301 seconds to load)
2133:  0 examples, 0 failures, 1 error occurred outside of examples
2134:  ================================================================================
2135:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-safari:
2136:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2137:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2138:  Running Ruby specs:
2139:  An error occurred in a `before(:suite)` hook.
2140:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2141:  Selenium::WebDriver::Error::WebDriverError:
...

2152:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2153:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2154:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2155:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2156:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2157:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2158:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2159:  Finished in 20.26 seconds (files took 0.25205 seconds to load)
2160:  0 examples, 0 failures, 1 error occurred outside of examples
2161:  ================================================================================
2162:  �[32m[1,882 / 1,883]�[0m 19 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari; 1s disk-cache
2163:  �[32m[1,882 / 1,883]�[0m 19 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari; 0s local, disk-cache
2164:  �[32m[1,882 / 1,883]�[0m 19 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari; 21s local, disk-cache
2165:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test_attempts/attempt_1.log)
2166:  �[32m[1,882 / 1,883]�[0m 19 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari; 23s local, disk-cache
2167:  �[32m[1,882 / 1,883]�[0m 19 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari; 42s local, disk-cache
2168:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test_attempts/attempt_2.log)
2169:  �[32m[1,882 / 1,883]�[0m 19 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari; 43s local, disk-cache
2170:  �[32m[1,882 / 1,883]�[0m 19 / 24 tests, �[31m�[1m13 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari; 64s local, disk-cache
2171:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test.log)
2172:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:driver-safari (Summary)
2173:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test.log
2174:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test_attempts/attempt_1.log
2175:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test_attempts/attempt_2.log
2176:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:driver-safari:
2177:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari:
2178:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2179:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2180:  Running Ruby specs:
2181:  An error occurred in a `before(:suite)` hook.
2182:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2183:  Selenium::WebDriver::Error::WebDriverError:
...

2194:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2195:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2196:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2197:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2198:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2199:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2200:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2201:  Finished in 20.3 seconds (files took 0.27307 seconds to load)
2202:  0 examples, 0 failures, 1 error occurred outside of examples
2203:  ================================================================================
2204:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari:
2205:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2206:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2207:  Running Ruby specs:
2208:  An error occurred in a `before(:suite)` hook.
2209:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2210:  Selenium::WebDriver::Error::WebDriverError:
...

2221:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2222:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2223:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2224:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2225:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2226:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2227:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2228:  Finished in 20.3 seconds (files took 0.25652 seconds to load)
2229:  0 examples, 0 failures, 1 error occurred outside of examples
2230:  ================================================================================
2231:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari:
2232:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2233:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2234:  Running Ruby specs:
2235:  An error occurred in a `before(:suite)` hook.
2236:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2237:  Selenium::WebDriver::Error::WebDriverError:
...

2248:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2249:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2250:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2251:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2252:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2253:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2254:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2255:  Finished in 20.23 seconds (files took 0.2613 seconds to load)
2256:  0 examples, 0 failures, 1 error occurred outside of examples
2257:  ================================================================================
2258:  �[32m[1,883 / 1,884]�[0m 20 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 1s disk-cache
2259:  �[32m[1,883 / 1,884]�[0m 20 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 0s local, disk-cache
2260:  �[32m[1,883 / 1,884]�[0m 20 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 21s local, disk-cache
2261:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test_attempts/attempt_1.log)
2262:  �[32m[1,883 / 1,884]�[0m 20 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 23s local, disk-cache
2263:  �[32m[1,883 / 1,884]�[0m 20 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 42s local, disk-cache
2264:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test_attempts/attempt_2.log)
2265:  �[32m[1,883 / 1,884]�[0m 20 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 43s local, disk-cache
2266:  �[32m[1,883 / 1,884]�[0m 20 / 24 tests, �[31m�[1m14 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari; 64s local, disk-cache
2267:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test.log)
2268:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari (Summary)
2269:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-safari:
2270:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test.log
2271:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2272:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test_attempts/attempt_1.log
2273:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test_attempts/attempt_2.log
2274:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:navigation-safari:
2275:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2276:  Running Ruby specs:
2277:  An error occurred in a `before(:suite)` hook.
2278:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2279:  Selenium::WebDriver::Error::WebDriverError:
...

2290:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2291:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2292:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2293:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2294:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2295:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2296:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2297:  Finished in 20.31 seconds (files took 0.25704 seconds to load)
2298:  0 examples, 0 failures, 1 error occurred outside of examples
2299:  ================================================================================
2300:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-safari:
2301:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2302:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2303:  Running Ruby specs:
2304:  An error occurred in a `before(:suite)` hook.
2305:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2306:  Selenium::WebDriver::Error::WebDriverError:
...

2317:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2318:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2319:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2320:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2321:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2322:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2323:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2324:  Finished in 20.3 seconds (files took 0.27282 seconds to load)
2325:  0 examples, 0 failures, 1 error occurred outside of examples
2326:  ================================================================================
2327:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-safari:
2328:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2329:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2330:  Running Ruby specs:
2331:  An error occurred in a `before(:suite)` hook.
2332:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2333:  Selenium::WebDriver::Error::WebDriverError:
...

2344:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2345:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2346:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2347:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2348:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2349:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2350:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2351:  Finished in 20.29 seconds (files took 0.24907 seconds to load)
2352:  0 examples, 0 failures, 1 error occurred outside of examples
2353:  ================================================================================
2354:  �[32m[1,884 / 1,885]�[0m 21 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 1s disk-cache
2355:  �[32m[1,884 / 1,885]�[0m 21 / 24 tests, �[31m�[1m15 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari
2356:  �[32m[1,884 / 1,885]�[0m 21 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 2s local, disk-cache
2357:  �[32m[1,884 / 1,885]�[0m 21 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 21s local, disk-cache
2358:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/safari:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test_attempts/attempt_1.log)
2359:  �[32m[1,884 / 1,885]�[0m 21 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 22s local, disk-cache
2360:  �[32m[1,884 / 1,885]�[0m 21 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 42s local, disk-cache
2361:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/safari:driver-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test_attempts/attempt_2.log)
2362:  �[32m[1,884 / 1,885]�[0m 21 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 43s local, disk-cache
2363:  �[32m[1,884 / 1,885]�[0m 21 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari; 45s local, disk-cache
2364:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver/safari:driver-safari (Summary)
2365:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test_attempts/attempt_1.log
2366:  ==================== Test output for //rb/spec/integration/selenium/webdriver/safari:driver-safari:
2367:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test_attempts/attempt_2.log
2368:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari:
2369:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2370:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2371:  Running Ruby specs:
2372:  An error occurred in a `before(:suite)` hook.
2373:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2374:  Selenium::WebDriver::Error::WebDriverError:
...

2385:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2386:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2387:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2388:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2389:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2390:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2391:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2392:  Finished in 20.31 seconds (files took 0.27099 seconds to load)
2393:  0 examples, 0 failures, 1 error occurred outside of examples
2394:  ================================================================================
2395:  ==================== Test output for //rb/spec/integration/selenium/webdriver/safari:driver-safari:
2396:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2397:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2398:  Running Ruby specs:
2399:  An error occurred in a `before(:suite)` hook.
2400:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2401:  Selenium::WebDriver::Error::WebDriverError:
...

2412:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2413:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2414:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2415:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2416:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2417:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2418:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2419:  Finished in 20.28 seconds (files took 0.25524 seconds to load)
2420:  0 examples, 0 failures, 1 error occurred outside of examples
2421:  ================================================================================
2422:  �[32m[1,885 / 1,886]�[0m 22 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 0s disk-cache
2423:  �[32m[1,885 / 1,886]�[0m 22 / 24 tests, �[31m�[1m15 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari
2424:  �[32m[1,885 / 1,886]�[0m 22 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 1s local, disk-cache
2425:  �[32m[1,885 / 1,886]�[0m 22 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 21s local, disk-cache
2426:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test_attempts/attempt_1.log)
2427:  �[32m[1,885 / 1,886]�[0m 22 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 22s local, disk-cache
2428:  �[32m[1,885 / 1,886]�[0m 22 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 42s local, disk-cache
2429:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test_attempts/attempt_2.log)
2430:  �[32m[1,885 / 1,886]�[0m 22 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 44s local, disk-cache
2431:  �[32m[1,885 / 1,886]�[0m 22 / 24 tests, �[31m�[1m15 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari; 64s local, disk-cache
2432:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test.log)
2433:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari (Summary)
2434:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test.log
2435:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test_attempts/attempt_1.log
2436:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test_attempts/attempt_2.log
2437:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari:
2438:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari:
2439:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2440:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2441:  Running Ruby specs:
2442:  An error occurred in a `before(:suite)` hook.
2443:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2444:  Selenium::WebDriver::Error::WebDriverError:
...

2455:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2456:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2457:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2458:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2459:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2460:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2461:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2462:  Finished in 20.28 seconds (files took 0.25874 seconds to load)
2463:  0 examples, 0 failures, 1 error occurred outside of examples
2464:  ================================================================================
2465:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari:
2466:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2467:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2468:  Running Ruby specs:
2469:  An error occurred in a `before(:suite)` hook.
2470:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2471:  Selenium::WebDriver::Error::WebDriverError:
...

2482:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2483:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2484:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2485:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2486:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2487:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2488:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2489:  Finished in 20.29 seconds (files took 0.25587 seconds to load)
2490:  0 examples, 0 failures, 1 error occurred outside of examples
2491:  ================================================================================
2492:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari:
2493:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2494:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2495:  Running Ruby specs:
2496:  An error occurred in a `before(:suite)` hook.
2497:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2498:  Selenium::WebDriver::Error::WebDriverError:
...

2509:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2510:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2511:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2512:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2513:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2514:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2515:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2516:  Finished in 20.3 seconds (files took 0.25711 seconds to load)
2517:  0 examples, 0 failures, 1 error occurred outside of examples
2518:  ================================================================================
2519:  �[32m[1,886 / 1,887]�[0m 23 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari; 0s disk-cache
2520:  �[32m[1,886 / 1,887]�[0m 23 / 24 tests, �[31m�[1m16 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:window-safari
2521:  �[32m[1,886 / 1,887]�[0m 23 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari; 1s local, disk-cache
2522:  �[32m[1,886 / 1,887]�[0m 23 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari; 21s local, disk-cache
2523:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test_attempts/attempt_1.log)
2524:  �[32m[1,886 / 1,887]�[0m 23 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari; 22s local, disk-cache
2525:  �[32m[1,886 / 1,887]�[0m 23 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari; 42s local, disk-cache
2526:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test_attempts/attempt_2.log)
2527:  �[32m[1,886 / 1,887]�[0m 23 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari; 44s local, disk-cache
2528:  �[32m[1,886 / 1,887]�[0m 23 / 24 tests, �[31m�[1m16 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari; 64s local, disk-cache
2529:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-safari (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test.log)
2530:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:window-safari (Summary)
2531:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari:
2532:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test.log
2533:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test_attempts/attempt_1.log
2534:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test_attempts/attempt_2.log
2535:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2536:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2537:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:window-safari:
2538:  Running Ruby specs:
2539:  An error occurred in a `before(:suite)` hook.
2540:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2541:  Selenium::WebDriver::Error::WebDriverError:
...

2552:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2553:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2554:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2555:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2556:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2557:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2558:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2559:  Finished in 20.29 seconds (files took 0.25168 seconds to load)
2560:  0 examples, 0 failures, 1 error occurred outside of examples
2561:  ================================================================================
2562:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari:
2563:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2564:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2565:  Running Ruby specs:
2566:  An error occurred in a `before(:suite)` hook.
2567:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2568:  Selenium::WebDriver::Error::WebDriverError:
...

2579:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2580:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2581:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2582:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2583:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2584:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2585:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2586:  Finished in 20.26 seconds (files took 0.27088 seconds to load)
2587:  0 examples, 0 failures, 1 error occurred outside of examples
2588:  ================================================================================
2589:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari:
2590:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2591:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2592:  Running Ruby specs:
2593:  An error occurred in a `before(:suite)` hook.
2594:  Failure/Error: raise Error::WebDriverError, cannot_connect_error_text
2595:  Selenium::WebDriver::Error::WebDriverError:
...

2606:  # ./rb/lib/selenium/webdriver/common/driver.rb:51:in `for'
2607:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:241:in `safari_driver'
2608:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2609:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2610:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2611:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2612:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2613:  Finished in 20.28 seconds (files took 0.26351 seconds to load)
2614:  0 examples, 0 failures, 1 error occurred outside of examples
2615:  ================================================================================
2616:  �[32mINFO: �[0mFound 24 test targets...
2617:  �[32mINFO: �[0mElapsed time: 1597.553s, Critical Path: 103.22s
2618:  �[32mINFO: �[0m1887 processes: 1036 disk cache hit, 753 internal, 7 darwin-sandbox, 91 local.
2619:  �[32mINFO: �[0mBuild completed, 17 tests FAILED, 1887 total actions
2620:  //rb/spec/integration/selenium/webdriver:bidi-safari                     �[0m�[32mPASSED�[0m in 83.9s
2621:  //rb/spec/integration/selenium/webdriver:error-safari                    �[0m�[32mPASSED�[0m in 10.0s
2622:  //rb/spec/integration/selenium/webdriver:zipper-safari                   �[0m�[32mPASSED�[0m in 2.1s
2623:  //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari    �[0m�[32mPASSED�[0m in 98.7s
2624:  //rb/spec/integration/selenium/webdriver:listener-safari                  �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 21.2s
2625:  Stats over 2 runs: max = 21.2s, min = 4.0s, avg = 12.6s, dev = 8.6s
2626:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari/test_attempts/attempt_1.log
2627:  //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari        �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 66.0s
2628:  Stats over 2 runs: max = 66.0s, min = 21.3s, avg = 43.7s, dev = 22.3s
2629:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari/test_attempts/attempt_1.log
2630:  //rb/spec/integration/selenium/webdriver/safari:driver-safari             �[0m�[35mFLAKY�[0m, failed in 2 out of 3 in 21.2s
2631:  Stats over 3 runs: max = 21.2s, min = 2.8s, avg = 15.1s, dev = 8.7s
2632:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test_attempts/attempt_1.log
2633:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/safari/driver-safari/test_attempts/attempt_2.log
2634:  //rb/spec/integration/selenium/webdriver:action_builder-safari           �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.3s
2635:  Stats over 3 runs: max = 21.3s, min = 21.2s, avg = 21.2s, dev = 0.0s
2636:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test.log
2637:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test_attempts/attempt_1.log
2638:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari/test_attempts/attempt_2.log
2639:  //rb/spec/integration/selenium/webdriver:devtools-safari                 �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.6s
2640:  Stats over 3 runs: max = 21.6s, min = 21.3s, avg = 21.4s, dev = 0.1s
2641:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test.log
2642:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test_attempts/attempt_1.log
2643:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari/test_attempts/attempt_2.log
2644:  //rb/spec/integration/selenium/webdriver:driver-safari                   �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.2s
2645:  Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.2s, dev = 0.0s
2646:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test.log
2647:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test_attempts/attempt_1.log
2648:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari/test_attempts/attempt_2.log
2649:  //rb/spec/integration/selenium/webdriver:element-safari                  �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 22.1s
2650:  Stats over 3 runs: max = 22.1s, min = 21.2s, avg = 21.7s, dev = 0.4s
2651:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari/test.log
2652:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari/test_attempts/attempt_1.log
2653:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari/test_attempts/attempt_2.log
2654:  //rb/spec/integration/selenium/webdriver:guard-safari                    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.2s
2655:  Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.2s, dev = 0.0s
2656:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari/test.log
2657:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari/test_attempts/attempt_1.log
2658:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari/test_attempts/attempt_2.log
2659:  //rb/spec/integration/selenium/webdriver:manager-safari                  �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.4s
2660:  Stats over 3 runs: max = 21.4s, min = 21.3s, avg = 21.4s, dev = 0.0s
2661:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test.log
2662:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test_attempts/attempt_1.log
2663:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari/test_attempts/attempt_2.log
2664:  //rb/spec/integration/selenium/webdriver:navigation-safari               �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.2s
2665:  Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.2s, dev = 0.0s
2666:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test.log
2667:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test_attempts/attempt_1.log
2668:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari/test_attempts/attempt_2.log
2669:  //rb/spec/integration/selenium/webdriver:select-safari                   �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.7s
2670:  Stats over 3 runs: max = 21.7s, min = 21.3s, avg = 21.5s, dev = 0.2s
2671:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test.log
2672:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test_attempts/attempt_1.log
2673:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari/test_attempts/attempt_2.log
2674:  //rb/spec/integration/selenium/webdriver:shadow_root-safari              �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.2s
2675:  Stats over 3 runs: max = 21.2s, min = 21.2s, avg = 21.2s, dev = 0.0s
2676:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test.log
2677:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test_attempts/attempt_1.log
2678:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari/test_attempts/attempt_2.log
2679:  //rb/spec/integration/selenium/webdriver:storage-safari                  �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.5s
2680:  Stats over 3 runs: max = 21.5s, min = 21.2s, avg = 21.3s, dev = 0.1s
2681:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test.log
2682:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test_attempts/attempt_1.log
2683:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari/test_attempts/attempt_2.log
2684:  //rb/spec/integration/selenium/webdriver:takes_screenshot-safari         �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.2s
2685:  Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.2s, dev = 0.0s
2686:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test.log
2687:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test_attempts/attempt_1.log
2688:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/takes_screenshot-safari/test_attempts/attempt_2.log
2689:  //rb/spec/integration/selenium/webdriver:target_locator-safari           �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.2s
2690:  Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.1s, dev = 0.0s
2691:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test.log
2692:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test_attempts/attempt_1.log
2693:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari/test_attempts/attempt_2.log
2694:  //rb/spec/integration/selenium/webdriver:timeout-safari                  �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.5s
2695:  Stats over 3 runs: max = 21.5s, min = 21.3s, avg = 21.4s, dev = 0.1s
2696:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test.log
2697:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test_attempts/attempt_1.log
2698:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari/test_attempts/attempt_2.log
2699:  //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 23.0s
2700:  Stats over 3 runs: max = 23.0s, min = 21.2s, avg = 21.9s, dev = 0.8s
2701:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test.log
2702:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test_attempts/attempt_1.log
2703:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari/test_attempts/attempt_2.log
2704:  //rb/spec/integration/selenium/webdriver:window-safari                   �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.2s
2705:  Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.2s, dev = 0.0s
2706:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test.log
2707:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test_attempts/attempt_1.log
2708:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari/test_attempts/attempt_2.log
2709:  //rb/spec/integration/selenium/webdriver/remote:driver-safari            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.2s
2710:  Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.2s, dev = 0.0s
2711:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test.log
2712:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test_attempts/attempt_1.log
2713:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari/test_attempts/attempt_2.log
2714:  //rb/spec/integration/selenium/webdriver/remote:element-safari           �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 21.2s
2715:  Stats over 3 runs: max = 21.2s, min = 21.1s, avg = 21.2s, dev = 0.0s
2716:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari/test.log
2717:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari/test_attempts/attempt_1.log
2718:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari/test_attempts/attempt_2.log
2719:  Executed 24 out of 24 tests: 7 tests pass and �[0m�[31m�[1m17 fail locally�[0m.
2720:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
2721:  �[0m
2722:  ##[error]Process completed with exit code 3.

✨ CI feedback usage guide:

The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
The tool analyzes the failed checks and provides several feedbacks:

  • Failed stage
  • Failed test name
  • Failure summary
  • Relevant error logs

In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

/checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"

where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

Configuration options

  • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
  • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
  • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
  • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
  • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

See more information about the checks tool in the docs.

@selenium-ci selenium-ci force-pushed the pinned-browser-updates branch 2 times, most recently from 5c8954a to fbe2c26 Compare May 5, 2024 00:36
Copy link

codiumai-pr-agent-pro bot commented May 7, 2024

CI Failure Feedback 🧐

(Checks updated until commit 497f7ed)

Action: Ruby / Remote Tests (safari, macos) / Remote Tests (safari, macos)

Failed stage: Run Bazel [❌]

Failure summary:

The action failed due to multiple test failures across various integration tests for Selenium
WebDriver with Safari as the remote browser. The primary issue causing these failures is the
inability to start a new session with the driver service, leading to a SessionNotCreatedError. This
error indicates that the driver server process died prematurely, preventing the establishment of new
sessions necessary for executing the tests. Additionally, there are flaky tests that failed
intermittently, further contributing to the overall failure of the action.

Relevant error logs:
1:  ##[group]Operating System
2:  macOS
...

782:  /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'helpers.o' from 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/0/helpers.o(helpers.o)' and 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/1/helpers.o(helpers.o)'
783:  /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'map_field.o' from 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/0/map_field.o(map_field.o)' and 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/1/map_field.o(map_field.o)'
784:  /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'message.o' from 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/1/message.o(message.o)' and 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/0/message.o(message.o)'
785:  /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'message_field.o' from 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/0/message_field.o(message_field.o)' and 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/1/message_field.o(message_field.o)'
786:  /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'primitive_field.o' from 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/1/primitive_field.o(primitive_field.o)' and 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/0/primitive_field.o(primitive_field.o)'
787:  /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'service.o' from 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/0/service.o(service.o)' and 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/1/service.o(service.o)'
788:  /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning renaming duplicate member name 'string_field.o' from 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/0/string_field.o(string_field.o)' and 'bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protoc_lib/1/string_field.o(string_field.o)'
789:  �[32mINFO: �[0mFrom Linking external/protobuf~/libprotobuf.a [for tool]:
790:  /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: bazel-out/darwin_x86_64-opt-exec-ST-13d3ddad9198/bin/external/protobuf~/_objs/protobuf/error_listener.o has no symbols
...

819:  �[32m[2,121 / 3,075]�[0m Running bundle install (@bundle//:bundle); 15s disk-cache, darwin-sandbox ... (4 actions, 3 running)
820:  �[32m[2,199 / 3,075]�[0m Running bundle install (@bundle//:bundle); 16s disk-cache, darwin-sandbox ... (4 actions, 3 running)
821:  �[32m[2,286 / 3,075]�[0m Running bundle install (@bundle//:bundle); 17s disk-cache, darwin-sandbox ... (4 actions, 3 running)
822:  �[32m[2,379 / 3,075]�[0m Running bundle install (@bundle//:bundle); 18s disk-cache, darwin-sandbox ... (4 actions, 3 running)
823:  �[32m[2,452 / 3,075]�[0m Running bundle install (@bundle//:bundle); 19s disk-cache, darwin-sandbox ... (4 actions, 3 running)
824:  �[32m[2,555 / 3,075]�[0m Running bundle install (@bundle//:bundle); 20s disk-cache, darwin-sandbox ... (4 actions, 3 running)
825:  �[32m[2,752 / 3,075]�[0m Running bundle install (@bundle//:bundle); 21s disk-cache, darwin-sandbox ... (3 actions, 2 running)
826:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (66 source files):
827:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
828:  private final ErrorCodes errorCodes;
829:  ^
830:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
831:  this.errorCodes = new ErrorCodes();
832:  ^
833:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
834:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
835:  ^
836:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
837:  ErrorCodes errorCodes = new ErrorCodes();
838:  ^
839:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
840:  ErrorCodes errorCodes = new ErrorCodes();
841:  ^
842:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
843:  response.setStatus(ErrorCodes.SUCCESS);
844:  ^
845:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
846:  response.setState(ErrorCodes.SUCCESS_STRING);
847:  ^
848:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
849:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
850:  ^
851:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
852:  new ErrorCodes().getExceptionType((String) rawError);
853:  ^
854:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
855:  private final ErrorCodes errorCodes = new ErrorCodes();
856:  ^
857:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
858:  private final ErrorCodes errorCodes = new ErrorCodes();
859:  ^
860:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:55: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
861:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
862:  ^
863:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:101: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
864:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
865:  ^
866:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:103: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
867:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
868:  ^
869:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:124: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
870:  response.setStatus(ErrorCodes.SUCCESS);
871:  ^
872:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:125: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
873:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
874:  ^
875:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:131: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
876:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
877:  ^
878:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
879:  private final ErrorCodes errorCodes = new ErrorCodes();
880:  ^
881:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
882:  private final ErrorCodes errorCodes = new ErrorCodes();
883:  ^
884:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:93: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
885:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
886:  ^
887:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:98: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
888:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
889:  ^
890:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:145: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
891:  response.setStatus(ErrorCodes.SUCCESS);
...

1005:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_1.log)
1006:  �[32m[3,076 / 3,077]�[0m 1 / 24 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 13s local, disk-cache
1007:  �[32m[3,076 / 3,077]�[0m 1 / 24 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 22s local, disk-cache
1008:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_2.log)
1009:  �[32m[3,076 / 3,077]�[0m 1 / 24 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 24s local, disk-cache
1010:  �[32m[3,076 / 3,077]�[0m 1 / 24 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-safari-remote; 33s local, disk-cache
1011:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test.log)
1012:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari-remote:
1013:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:driver-safari-remote (Summary)
1014:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1015:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1016:  2024-05-07 01:05:31 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1017:  Running Ruby specs:
1018:  An error occurred in a `before(:suite)` hook.
1019:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1020:  Selenium::WebDriver::Error::SessionNotCreatedError:
1021:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1053:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1054:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1055:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1056:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1057:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1058:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1059:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1060:  Finished in 8.78 seconds (files took 0.41269 seconds to load)
1061:  0 examples, 0 failures, 1 error occurred outside of examples
1062:  ================================================================================
1063:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari-remote:
1064:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1065:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1066:  2024-05-07 01:05:43 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1067:  Running Ruby specs:
1068:  An error occurred in a `before(:suite)` hook.
1069:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1070:  Selenium::WebDriver::Error::SessionNotCreatedError:
1071:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1107:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1108:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1109:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1110:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1111:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1112:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1113:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1114:  Finished in 7.68 seconds (files took 0.38597 seconds to load)
1115:  0 examples, 0 failures, 1 error occurred outside of examples
1116:  ================================================================================
1117:  ==================== Test output for //rb/spec/integration/selenium/webdriver:driver-safari-remote:
1118:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1119:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1120:  2024-05-07 01:05:53 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1121:  Running Ruby specs:
1122:  An error occurred in a `before(:suite)` hook.
1123:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1124:  Selenium::WebDriver::Error::SessionNotCreatedError:
1125:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1157:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1158:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1159:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1160:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1161:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1162:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1163:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1164:  Finished in 8.87 seconds (files took 0.29328 seconds to load)
1165:  0 examples, 0 failures, 1 error occurred outside of examples
1166:  ================================================================================
1167:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 0s disk-cache
1168:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m1 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote
1169:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 2s local, disk-cache
1170:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 16s local, disk-cache
1171:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_1.log)
1172:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 17s local, disk-cache
1173:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 26s local, disk-cache
1174:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_2.log)
1175:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 28s local, disk-cache
1176:  �[32m[3,077 / 3,078]�[0m 2 / 24 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote; 111s local, disk-cache
1177:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test.log)
1178:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:shadow_root-safari-remote (Summary)
...

1180:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_1.log
1181:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
1182:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_2.log
1183:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1184:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
1185:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1186:  2024-05-07 01:06:07 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1187:  Running Ruby specs:
1188:  An error occurred in a `before(:suite)` hook.
1189:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1190:  Selenium::WebDriver::Error::SessionNotCreatedError:
1191:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1223:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1224:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1225:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1226:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1227:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1228:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1229:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1230:  Finished in 13.34 seconds (files took 0.32305 seconds to load)
1231:  0 examples, 0 failures, 1 error occurred outside of examples
1232:  ================================================================================
1233:  ==================== Test output for //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote:
1234:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1235:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1236:  2024-05-07 01:06:23 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1237:  Running Ruby specs:
1238:  An error occurred in a `before(:suite)` hook.
1239:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1240:  Selenium::WebDriver::Error::SessionNotCreatedError:
1241:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1273:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1274:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1275:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1276:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1277:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1278:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1279:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1280:  Finished in 7.58 seconds (files took 0.27704 seconds to load)
1281:  0 examples, 0 failures, 1 error occurred outside of examples
...

1288:  browser: safari
1289:  driver: remote
1290:  version: 17.4.1
1291:  platform: macosx
1292:  ci: github
1293:  ruby: ruby 3.0.6p216 (2023-03-30 revision 23a532679b) [x86_64-darwin22]
1294:  Selenium::WebDriver::ShadowRoot
1295:  gets shadow root from driver
1296:  raises error if no shadow root (PENDING: Test skipped because it breaks test run; NoMethodError)
1297:  gets shadow root from script (PENDING: Test skipped because it breaks test run; returns correct node, but references shadow root as a element)
1298:  #find_element
1299:  by css
1300:  by xpath (PENDING: Test guarded; https://bugs.chromium.org/p/chromedriver/issues/detail?id=4097)
1301:  by link text
1302:  by partial link text
1303:  by tag name (PENDING: Test guarded; https://bugs.chromium.org/p/chromedriver/issues/detail?id=4097)
1304:  raises error if not found (FAILED - 1)
1305:  #find_elements
1306:  by css
1307:  by xpath (PENDING: Test guarded; https://bugs.chromium.org/p/chromedriver/issues/detail?id=4097)
1308:  by link text
1309:  by partial link text
1310:  by tag name (PENDING: Test guarded; https://bugs.chromium.org/p/chromedriver/issues/detail?id=4097)
1311:  is empty when not found
1312:  Pending: (Failures listed here are expected and do not affect your suite's status)
1313:  1) Selenium::WebDriver::ShadowRoot raises error if no shadow root
1314:  # Test skipped because it breaks test run; NoMethodError
1315:  # ./rb/spec/integration/selenium/webdriver/shadow_root_spec.rb:34
1316:  2) Selenium::WebDriver::ShadowRoot gets shadow root from script
1317:  # Test skipped because it breaks test run; returns correct node, but references shadow root as a element
1318:  # ./rb/spec/integration/selenium/webdriver/shadow_root_spec.rb:40
1319:  3) Selenium::WebDriver::ShadowRoot#find_element by xpath
1320:  # Test guarded; https://bugs.chromium.org/p/chromedriver/issues/detail?id=4097
1321:  Got 0 failures and 2 other errors:
1322:  3.1) Failure/Error: element = shadow_root.find_element(xpath: "//input[type='checkbox']")
1323:  Selenium::WebDriver::Error::TimeoutError:
...

1326:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `new'
1327:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
1328:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
1329:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
1330:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
1331:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:518:in `find_element_by'
1332:  # ./rb/lib/selenium/webdriver/common/search_context.rb:63:in `find_element'
1333:  # ./rb/spec/integration/selenium/webdriver/shadow_root_spec.rb:58:in `block (3 levels) in <module:WebDriver>'
1334:  3.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1335:  Selenium::WebDriver::Error::SessionNotCreatedError:
1336:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1369:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1370:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1371:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1372:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
1373:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
1374:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block (2 levels) in <top (required)>'
1375:  4) Selenium::WebDriver::ShadowRoot#find_element by tag name
1376:  # Test guarded; https://bugs.chromium.org/p/chromedriver/issues/detail?id=4097
1377:  Got 0 failures and 2 other errors:
1378:  4.1) Failure/Error: element = shadow_root.find_element(tag_name: 'input')
1379:  Selenium::WebDriver::Error::TimeoutError:
...

1382:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `new'
1383:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
1384:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
1385:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
1386:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
1387:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:518:in `find_element_by'
1388:  # ./rb/lib/selenium/webdriver/common/search_context.rb:63:in `find_element'
1389:  # ./rb/spec/integration/selenium/webdriver/shadow_root_spec.rb:80:in `block (3 levels) in <module:WebDriver>'
1390:  4.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1391:  Selenium::WebDriver::Error::SessionNotCreatedError:
1392:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1425:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1426:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1427:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1428:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
1429:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
1430:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block (2 levels) in <top (required)>'
1431:  5) Selenium::WebDriver::ShadowRoot#find_elements by xpath
1432:  # Test guarded; https://bugs.chromium.org/p/chromedriver/issues/detail?id=4097
1433:  Got 0 failures and 2 other errors:
1434:  5.1) Failure/Error: elements = shadow_root.find_elements(xpath: "//input[type='checkbox']")
1435:  Selenium::WebDriver::Error::TimeoutError:
...

1438:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `new'
1439:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
1440:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
1441:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
1442:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
1443:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:536:in `find_elements_by'
1444:  # ./rb/lib/selenium/webdriver/common/search_context.rb:78:in `find_elements'
1445:  # ./rb/spec/integration/selenium/webdriver/shadow_root_spec.rb:104:in `block (3 levels) in <module:WebDriver>'
1446:  5.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1447:  Selenium::WebDriver::Error::SessionNotCreatedError:
1448:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1481:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1482:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1483:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1484:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
1485:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
1486:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block (2 levels) in <top (required)>'
1487:  6) Selenium::WebDriver::ShadowRoot#find_elements by tag name
1488:  # Test guarded; https://bugs.chromium.org/p/chromedriver/issues/detail?id=4097
1489:  Failure/Error: elements = shadow_root.find_elements(tag_name: 'input')
1490:  Selenium::WebDriver::Error::TimeoutError:
...

1494:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:83:in `create_response'
1495:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
1496:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:59:in `call'
1497:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
1498:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:536:in `find_elements_by'
1499:  # ./rb/lib/selenium/webdriver/common/search_context.rb:78:in `find_elements'
1500:  # ./rb/spec/integration/selenium/webdriver/shadow_root_spec.rb:129:in `block (3 levels) in <module:WebDriver>'
1501:  Failures:
1502:  1) Selenium::WebDriver::ShadowRoot#find_element raises error if not found
1503:  Failure/Error: before { driver.navigate.to url_for('webComponents.html') }
1504:  Selenium::WebDriver::Error::SessionNotCreatedError:
1505:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1536:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `new'
1537:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1538:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1539:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1540:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1541:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:25:in `driver'
1542:  # ./rb/spec/integration/selenium/webdriver/shadow_root_spec.rb:25:in `block (2 levels) in <module:WebDriver>'
1543:  Finished in 1 minute 22.3 seconds (files took 0.25489 seconds to load)
1544:  15 examples, 1 failure, 6 pending
1545:  Failed examples:
1546:  rspec ./rb/spec/integration/selenium/webdriver/shadow_root_spec.rb:85 # Selenium::WebDriver::ShadowRoot#find_element raises error if not found
1547:  ================================================================================
1548:  �[32m[3,078 / 3,079]�[0m 3 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 1s disk-cache
1549:  �[32m[3,078 / 3,079]�[0m 3 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 0s local, disk-cache
1550:  �[32m[3,078 / 3,079]�[0m 3 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 9s local, disk-cache
1551:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_1.log)
1552:  �[32m[3,078 / 3,079]�[0m 3 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 11s local, disk-cache
1553:  �[32m[3,078 / 3,079]�[0m 3 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 19s local, disk-cache
1554:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:timeout-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_2.log)
1555:  �[32m[3,078 / 3,079]�[0m 3 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 20s local, disk-cache
1556:  �[32m[3,078 / 3,079]�[0m 3 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote; 41s local, disk-cache
1557:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:timeout-safari-remote (Summary)
1558:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari-remote:
1559:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_1.log
1560:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1561:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1562:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_2.log
1563:  2024-05-07 01:08:00 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1564:  Running Ruby specs:
1565:  An error occurred in a `before(:suite)` hook.
1566:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1567:  Selenium::WebDriver::Error::SessionNotCreatedError:
1568:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1600:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1601:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1602:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1603:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1604:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1605:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1606:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1607:  Finished in 7.14 seconds (files took 0.25869 seconds to load)
1608:  0 examples, 0 failures, 1 error occurred outside of examples
1609:  ================================================================================
1610:  ==================== Test output for //rb/spec/integration/selenium/webdriver:timeout-safari-remote:
1611:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1612:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1613:  2024-05-07 01:08:10 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/timeout-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1614:  Running Ruby specs:
1615:  An error occurred in a `before(:suite)` hook.
1616:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1617:  Selenium::WebDriver::Error::SessionNotCreatedError:
1618:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1650:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1651:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1652:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1653:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1654:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1655:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1656:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1657:  Finished in 7.13 seconds (files took 0.25545 seconds to load)
1658:  0 examples, 0 failures, 1 error occurred outside of examples
1659:  ================================================================================
1660:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:timeout-safari-remote:
1661:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 1s disk-cache
1662:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 0s local, disk-cache
1663:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 9s local, disk-cache
1664:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_1.log)
1665:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 11s local, disk-cache
1666:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 19s local, disk-cache
1667:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:error-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_2.log)
1668:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 20s local, disk-cache
1669:  �[32m[3,079 / 3,080]�[0m 4 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:error-safari-remote; 35s local, disk-cache
1670:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:error-safari-remote (Summary)
1671:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_1.log
1672:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-safari-remote:
1673:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_2.log
1674:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:error-safari-remote:
1675:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1676:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1677:  2024-05-07 01:08:44 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1678:  Running Ruby specs:
1679:  An error occurred in a `before(:suite)` hook.
1680:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1681:  Selenium::WebDriver::Error::SessionNotCreatedError:
1682:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1714:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1715:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1716:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1717:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1718:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1719:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1720:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1721:  Finished in 7.11 seconds (files took 0.27888 seconds to load)
1722:  0 examples, 0 failures, 1 error occurred outside of examples
1723:  ================================================================================
1724:  ==================== Test output for //rb/spec/integration/selenium/webdriver:error-safari-remote:
1725:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1726:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1727:  2024-05-07 01:08:54 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/error-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1728:  Running Ruby specs:
1729:  An error occurred in a `before(:suite)` hook.
1730:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1731:  Selenium::WebDriver::Error::SessionNotCreatedError:
1732:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1764:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1765:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1766:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1767:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1768:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1769:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1770:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1771:  Finished in 7.42 seconds (files took 0.25772 seconds to load)
1772:  0 examples, 0 failures, 1 error occurred outside of examples
1773:  ================================================================================
1774:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 1s disk-cache
1775:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m2 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote
1776:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 1s local, disk-cache
1777:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 9s local, disk-cache
1778:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_1.log)
1779:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 10s local, disk-cache
1780:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 18s local, disk-cache
1781:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_2.log)
1782:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 20s local, disk-cache
1783:  �[32m[3,080 / 3,081]�[0m 5 / 24 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote; 28s local, disk-cache
1784:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test.log)
1785:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
1786:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote (Summary)
1787:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1788:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test.log
1789:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1790:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_1.log
1791:  2024-05-07 01:09:22 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1792:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_2.log
1793:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
1794:  Running Ruby specs:
1795:  An error occurred in a `before(:suite)` hook.
1796:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1797:  Selenium::WebDriver::Error::SessionNotCreatedError:
1798:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1830:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1831:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1832:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1833:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1834:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1835:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1836:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1837:  Finished in 7.19 seconds (files took 0.26086 seconds to load)
1838:  0 examples, 0 failures, 1 error occurred outside of examples
1839:  ================================================================================
1840:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
1841:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1842:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1843:  2024-05-07 01:09:31 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1844:  Running Ruby specs:
1845:  An error occurred in a `before(:suite)` hook.
1846:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1847:  Selenium::WebDriver::Error::SessionNotCreatedError:
1848:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1880:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1881:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1882:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1883:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1884:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1885:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1886:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1887:  Finished in 7.13 seconds (files took 0.25882 seconds to load)
1888:  0 examples, 0 failures, 1 error occurred outside of examples
1889:  ================================================================================
1890:  ==================== Test output for //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote:
1891:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1892:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1893:  2024-05-07 01:09:41 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1894:  Running Ruby specs:
1895:  An error occurred in a `before(:suite)` hook.
1896:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1897:  Selenium::WebDriver::Error::SessionNotCreatedError:
1898:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1930:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1931:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1932:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1933:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1934:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1935:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1936:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1937:  Finished in 7.07 seconds (files took 0.26378 seconds to load)
1938:  0 examples, 0 failures, 1 error occurred outside of examples
1939:  ================================================================================
1940:  �[32m[3,081 / 3,082]�[0m 6 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 1s disk-cache
1941:  �[32m[3,081 / 3,082]�[0m 6 / 24 tests, �[31m�[1m3 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote
1942:  �[32m[3,081 / 3,082]�[0m 6 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 1s local, disk-cache
1943:  �[32m[3,081 / 3,082]�[0m 6 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 10s local, disk-cache
1944:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_1.log)
1945:  �[32m[3,081 / 3,082]�[0m 6 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 11s local, disk-cache
1946:  �[32m[3,081 / 3,082]�[0m 6 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote; 25s local, disk-cache
1947:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver/remote:driver-safari-remote (Summary)
1948:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote:
1949:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_1.log
1950:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1951:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote:
1952:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
1953:  2024-05-07 01:09:53 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
1954:  Running Ruby specs:
1955:  An error occurred in a `before(:suite)` hook.
1956:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
1957:  Selenium::WebDriver::Error::SessionNotCreatedError:
1958:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

1990:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
1991:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
1992:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
1993:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
1994:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
1995:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
1996:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
1997:  Finished in 7.49 seconds (files took 0.29507 seconds to load)
1998:  0 examples, 0 failures, 1 error occurred outside of examples
1999:  ================================================================================
2000:  �[32m[3,082 / 3,083]�[0m 7 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 1s disk-cache
2001:  �[32m[3,082 / 3,083]�[0m 7 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 0s local, disk-cache
2002:  �[32m[3,082 / 3,083]�[0m 7 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 9s local, disk-cache
2003:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_1.log)
2004:  �[32m[3,082 / 3,083]�[0m 7 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 11s local, disk-cache
2005:  �[32m[3,082 / 3,083]�[0m 7 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote; 137s local, disk-cache
2006:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:action_builder-safari-remote (Summary)
2007:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_1.log
2008:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:action_builder-safari-remote:
2009:  ==================== Test output for //rb/spec/integration/selenium/webdriver:action_builder-safari-remote:
2010:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2011:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2012:  2024-05-07 01:10:22 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/action_builder-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2013:  Running Ruby specs:
2014:  An error occurred in a `before(:suite)` hook.
2015:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2016:  Selenium::WebDriver::Error::SessionNotCreatedError:
2017:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

2049:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2050:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
2051:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2052:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2053:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2054:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2055:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2056:  Finished in 7.21 seconds (files took 0.26739 seconds to load)
2057:  0 examples, 0 failures, 1 error occurred outside of examples
2058:  ================================================================================
2059:  �[32m[3,083 / 3,084]�[0m 8 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 1s disk-cache
2060:  �[32m[3,083 / 3,084]�[0m 8 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 0s local, disk-cache
2061:  �[32m[3,083 / 3,084]�[0m 8 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 12s local, disk-cache
2062:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_1.log)
2063:  �[32m[3,083 / 3,084]�[0m 8 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 14s local, disk-cache
2064:  �[32m[3,083 / 3,084]�[0m 8 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 22s local, disk-cache
2065:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:manager-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_2.log)
2066:  �[32m[3,083 / 3,084]�[0m 8 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 23s local, disk-cache
2067:  �[32m[3,083 / 3,084]�[0m 8 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote; 39s local, disk-cache
...

2069:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-safari-remote:
2070:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_1.log
2071:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_2.log
2072:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:manager-safari-remote:
2073:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2074:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2075:  2024-05-07 01:12:43 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2076:  Running Ruby specs:
2077:  An error occurred in a `before(:suite)` hook.
2078:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2079:  Selenium::WebDriver::Error::SessionNotCreatedError:
2080:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

2112:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2113:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
2114:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2115:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2116:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2117:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2118:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2119:  Finished in 9.15 seconds (files took 0.52725 seconds to load)
2120:  0 examples, 0 failures, 1 error occurred outside of examples
2121:  ================================================================================
2122:  ==================== Test output for //rb/spec/integration/selenium/webdriver:manager-safari-remote:
2123:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2124:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2125:  2024-05-07 01:12:54 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/manager-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2126:  Running Ruby specs:
2127:  An error occurred in a `before(:suite)` hook.
2128:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2129:  Selenium::WebDriver::Error::SessionNotCreatedError:
2130:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

2162:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2163:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
2164:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2165:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2166:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2167:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2168:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2169:  Finished in 7.48 seconds (files took 0.2655 seconds to load)
2170:  0 examples, 0 failures, 1 error occurred outside of examples
2171:  ================================================================================
2172:  �[32m[3,084 / 3,085]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 1s disk-cache
2173:  �[32m[3,084 / 3,085]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 0s local, disk-cache
2174:  �[32m[3,084 / 3,085]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 10s local, disk-cache
2175:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_1.log)
2176:  �[32m[3,084 / 3,085]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 11s local, disk-cache
2177:  �[32m[3,084 / 3,085]�[0m 9 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote; 57s local, disk-cache
2178:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote (Summary)
2179:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_1.log
2180:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
2181:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote:
2182:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2183:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2184:  2024-05-07 01:13:24 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2185:  Running Ruby specs:
2186:  An error occurred in a `before(:suite)` hook.
2187:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2188:  Selenium::WebDriver::Error::SessionNotCreatedError:
2189:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

2221:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2222:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
2223:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2224:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2225:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2226:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2227:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2228:  Finished in 7.41 seconds (files took 0.28329 seconds to load)
2229:  0 examples, 0 failures, 1 error occurred outside of examples
2230:  ================================================================================
2231:  �[32m[3,085 / 3,086]�[0m 10 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 1s disk-cache
2232:  �[32m[3,085 / 3,086]�[0m 10 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 0s local, disk-cache
2233:  �[32m[3,085 / 3,086]�[0m 10 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 9s local, disk-cache
2234:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/remote:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_1.log)
2235:  �[32m[3,085 / 3,086]�[0m 10 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 11s local, disk-cache
2236:  �[32m[3,085 / 3,086]�[0m 10 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote; 25s local, disk-cache
2237:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver/remote:element-safari-remote (Summary)
2238:  ==================== Test output for //rb/spec/integration/selenium/webdriver/remote:element-safari-remote:
2239:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_1.log
2240:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/remote:element-safari-remote:
2241:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2242:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2243:  2024-05-07 01:14:24 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/remote/element-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2244:  Running Ruby specs:
2245:  An error occurred in a `before(:suite)` hook.
2246:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2247:  Selenium::WebDriver::Error::SessionNotCreatedError:
2248:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

2280:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2281:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
2282:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2283:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2284:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2285:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2286:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2287:  Finished in 7.18 seconds (files took 0.25956 seconds to load)
2288:  0 examples, 0 failures, 1 error occurred outside of examples
2289:  ================================================================================
2290:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 1s disk-cache
2291:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 0s local, disk-cache
2292:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 9s local, disk-cache
2293:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_1.log)
2294:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 11s local, disk-cache
2295:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 18s local, disk-cache
2296:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_2.log)
2297:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 20s local, disk-cache
2298:  �[32m[3,086 / 3,087]�[0m 11 / 24 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote; 29s local, disk-cache
2299:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test.log)
2300:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:zipper-safari-remote (Summary)
...

2302:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_1.log
2303:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_2.log
2304:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
2305:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
2306:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2307:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2308:  2024-05-07 01:14:51 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2309:  Running Ruby specs:
2310:  An error occurred in a `before(:suite)` hook.
2311:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2312:  Selenium::WebDriver::Error::SessionNotCreatedError:
2313:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

2345:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2346:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
2347:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2348:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2349:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2350:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2351:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2352:  Finished in 7.05 seconds (files took 0.26686 seconds to load)
2353:  0 examples, 0 failures, 1 error occurred outside of examples
2354:  ================================================================================
2355:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
2356:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2357:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2358:  2024-05-07 01:15:01 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2359:  Running Ruby specs:
2360:  An error occurred in a `before(:suite)` hook.
2361:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2362:  Selenium::WebDriver::Error::SessionNotCreatedError:
2363:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

2395:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2396:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
2397:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2398:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2399:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2400:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2401:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2402:  Finished in 7.15 seconds (files took 0.25777 seconds to load)
2403:  0 examples, 0 failures, 1 error occurred outside of examples
2404:  ================================================================================
2405:  ==================== Test output for //rb/spec/integration/selenium/webdriver:zipper-safari-remote:
2406:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2407:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2408:  2024-05-07 01:15:11 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/zipper-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2409:  Running Ruby specs:
2410:  An error occurred in a `before(:suite)` hook.
2411:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2412:  Selenium::WebDriver::Error::SessionNotCreatedError:
2413:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

2445:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2446:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
2447:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2448:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2449:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2450:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2451:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2452:  Finished in 7.75 seconds (files took 0.2682 seconds to load)
2453:  0 examples, 0 failures, 1 error occurred outside of examples
2454:  ================================================================================
2455:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 1s disk-cache
2456:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m4 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:element-safari-remote
2457:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 1s local, disk-cache
2458:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 10s local, disk-cache
2459:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_1.log)
2460:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 11s local, disk-cache
2461:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 80s local, disk-cache
2462:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_2.log)
2463:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 82s local, disk-cache
2464:  �[32m[3,087 / 3,088]�[0m 12 / 24 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:element-safari-remote; 92s local, disk-cache
2465:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:element-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test.log)
2466:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-safari-remote:
2467:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:element-safari-remote (Summary)
2468:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2469:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test.log
2470:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
2471:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_1.log
2472:  2024-05-07 01:15:27 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
2473:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_2.log
2474:  Running Ruby specs:
2475:  An error occurred in a `before(:suite)` hook.
2476:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:element-safari-remote:
2477:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
2478:  Selenium::WebDriver::Error::SessionNotCreatedError:
2479:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

2511:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2512:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
2513:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2514:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2515:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
2516:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
2517:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
2518:  Finished in 7.38 seconds (files took 0.29701 seconds to load)
2519:  0 examples, 0 failures, 1 error occurred outside of examples
...

2525:  Running Ruby specs:
2526:  browser: safari
2527:  driver: remote
2528:  version: 17.4.1
2529:  platform: macosx
2530:  ci: github
2531:  ruby: ruby 3.0.6p216 (2023-03-30 revision 23a532679b) [x86_64-darwin22]
2532:  Selenium::WebDriver::Element
2533:  clicks (FAILED - 1)
2534:  raises if different element receives click (PENDING: Test guarded; no reason given)
2535:  raises if element is partially covered (PENDING: Test guarded; no reason given)
2536:  raises if element stale (FAILED - 2)
...

2554:  returns the same #hash for equal elements when found by Driver#find_element
2555:  returns the same #hash for equal elements when found by Driver#find_elements
2556:  #submit
2557:  valid submit button
2558:  any input element in form
2559:  any element in form
2560:  button with id submit
2561:  button with name submit
2562:  errors with button outside form
...

2628:  size and location
2629:  gets current location
2630:  gets location once scrolled into view
2631:  gets size
2632:  gets rect
2633:  Pending: (Failures listed here are expected and do not affect your suite's status)
2634:  1) Selenium::WebDriver::Element raises if different element receives click
2635:  # Test guarded; no reason given
2636:  Failure/Error: driver.navigate.to url_for('click_tests/overlapping_elements.html')
2637:  Selenium::WebDriver::Error::SessionNotCreatedError:
2638:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

2670:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
2671:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
2672:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
2673:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
2674:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:25:in `driver'
2675:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:33:in `block (2 levels) in <module:WebDriver>'
2676:  2) Selenium::WebDriver::Element raises if element is partially covered
2677:  # Test guarded; no reason given
2678:  Got 1 failure:
2679:  2.1) Failure/Error: expect { driver.find_element(id: 'other_contents').click }.to raise_error(Error::ElementClickInterceptedError)
2680:  expected Selenium::WebDriver::Error::ElementClickInterceptedError, got Selenium::WebDriver::Error::WebDriverError with backtrace:
...

2687:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:607:in `execute'
2688:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:392:in `click_element'
2689:  # ./rb/lib/selenium/webdriver/common/element.rb:77:in `click'
2690:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:40:in `block (3 levels) in <module:WebDriver>'
2691:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:40:in `block (2 levels) in <module:WebDriver>'
2692:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:40:in `block (2 levels) in <module:WebDriver>'
2693:  3) Selenium::WebDriver::Element sends key presses chords
2694:  # Test guarded; no reason given
2695:  Got 1 failure:
2696:  3.1) Failure/Error: expect(key_reporter.attribute('value')).to eq('Hello')
2697:  expected: "Hello"
2698:  got: "ello"
2699:  (compared using ==)
2700:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:128:in `block (2 levels) in <module:WebDriver>'
2701:  4) Selenium::WebDriver::Element properties and attributes with boolean type of true #dom_attribute returns String
2702:  # Test guarded; no reason given
2703:  Got 1 failure:
2704:  4.1) Failure/Error: expect(element.dom_attribute(prop_or_attr)).to eq 'true'
2705:  expected: "true"
2706:  got: "checked"
2707:  (compared using ==)
2708:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:186:in `block (4 levels) in <module:WebDriver>'
2709:  5) Selenium::WebDriver::Element properties and attributes with boolean type of true #dom_attribute does not update after click
2710:  # Test guarded; no reason given
2711:  Got 1 failure:
2712:  5.1) Failure/Error: expect(element.dom_attribute(prop_or_attr)).to eq 'true'
2713:  expected: "true"
2714:  got: "checked"
2715:  (compared using ==)
2716:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:199:in `block (4 levels) in <module:WebDriver>'
2717:  6) Selenium::WebDriver::Element properties and attributes style #property returns object
2718:  # Test guarded; no reason given
2719:  Got 1 failure:
2720:  6.1) Failure/Error: expect(element.property(prop_or_attr)).to eq %w[width height]
...

4134:  +"x" => "",
4135:  +"y" => "",
4136:  +"z-index" => "",
4137:  +"zIndex" => "",
4138:  +"zoom" => "",
4139:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:321:in `block (4 levels) in <module:WebDriver>'
4140:  7) Selenium::WebDriver::Element properties and attributes property attribute case difference with attribute casing #dom_attribute returns a String
4141:  # Test guarded; no reason given
4142:  Got 1 failure:
4143:  7.1) Failure/Error: expect(element.dom_attribute(prop_or_attr)).to eq 'true'
4144:  expected: "true"
4145:  got: "readonly"
4146:  (compared using ==)
4147:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:351:in `block (4 levels) in <module:WebDriver>'
4148:  8) Selenium::WebDriver::Element properties and attributes property attribute case difference with property casing #dom_attribute returns a String
4149:  # Test guarded; no reason given
4150:  Got 1 failure:
4151:  8.1) Failure/Error: expect(element.dom_attribute(prop_or_attr)).to eq 'true'
4152:  expected: "true"
4153:  got: "readonly"
4154:  (compared using ==)
4155:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:371:in `block (4 levels) in <module:WebDriver>'
4156:  Failures:
4157:  1) Selenium::WebDriver::Element clicks
4158:  Failure/Error: reset_driver!(time: 1) if %i[safari safari_preview].include? GlobalTestEnv.browser
4159:  Selenium::WebDriver::Error::SessionNotCreatedError:
4160:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4192:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4193:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4194:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4195:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4196:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
4197:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
4198:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:28:in `block (2 levels) in <module:WebDriver>'
4199:  2) Selenium::WebDriver::Element raises if element stale
4200:  Failure/Error: reset_driver!(time: 1) if %i[safari safari_preview].include? GlobalTestEnv.browser
4201:  Selenium::WebDriver::Error::SessionNotCreatedError:
4202:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4234:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4235:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4236:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4237:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4238:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
4239:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
4240:  # ./rb/spec/integration/selenium/webdriver/element_spec.rb:51:in `block (2 levels) in <module:WebDriver>'
4241:  Finished in 1 minute 7.2 seconds (files took 0.27329 seconds to load)
4242:  83 examples, 2 failures, 8 pending
4243:  Failed examples:
4244:  rspec ./rb/spec/integration/selenium/webdriver/element_spec.rb:25 # Selenium::WebDriver::Element clicks
4245:  rspec ./rb/spec/integration/selenium/webdriver/element_spec.rb:43 # Selenium::WebDriver::Element raises if element stale
4246:  ================================================================================
4247:  ==================== Test output for //rb/spec/integration/selenium/webdriver:element-safari-remote:
4248:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4249:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4250:  2024-05-07 01:16:47 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/element-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4251:  Running Ruby specs:
4252:  An error occurred in a `before(:suite)` hook.
4253:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4254:  Selenium::WebDriver::Error::SessionNotCreatedError:
4255:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4287:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4288:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4289:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4290:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4291:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
4292:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4293:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4294:  Finished in 9.48 seconds (files took 0.40072 seconds to load)
4295:  0 examples, 0 failures, 1 error occurred outside of examples
4296:  ================================================================================
4297:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 0s disk-cache
4298:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m5 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote
4299:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 1s local, disk-cache
4300:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 9s local, disk-cache
4301:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_1.log)
4302:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 11s local, disk-cache
4303:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 19s local, disk-cache
4304:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:storage-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_2.log)
4305:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 21s local, disk-cache
4306:  �[32m[3,088 / 3,089]�[0m 13 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote; 37s local, disk-cache
...

4308:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4309:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:storage-safari-remote (Summary)
4310:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4311:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_1.log
4312:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_2.log
4313:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:storage-safari-remote:
4314:  2024-05-07 01:17:02 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4315:  Running Ruby specs:
4316:  An error occurred in a `before(:suite)` hook.
4317:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4318:  Selenium::WebDriver::Error::SessionNotCreatedError:
4319:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4351:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4352:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4353:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4354:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4355:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
4356:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4357:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4358:  Finished in 7.15 seconds (files took 0.27465 seconds to load)
4359:  0 examples, 0 failures, 1 error occurred outside of examples
4360:  ================================================================================
4361:  ==================== Test output for //rb/spec/integration/selenium/webdriver:storage-safari-remote:
4362:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4363:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4364:  2024-05-07 01:17:12 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/storage-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4365:  Running Ruby specs:
4366:  An error occurred in a `before(:suite)` hook.
4367:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4368:  Selenium::WebDriver::Error::SessionNotCreatedError:
4369:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4401:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4402:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4403:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4404:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4405:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
4406:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4407:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4408:  Finished in 7.13 seconds (files took 0.32489 seconds to load)
4409:  0 examples, 0 failures, 1 error occurred outside of examples
4410:  ================================================================================
4411:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 0s disk-cache
4412:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m5 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote
4413:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 1s local, disk-cache
4414:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 9s local, disk-cache
4415:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_1.log)
4416:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 10s local, disk-cache
4417:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 30s local, disk-cache
4418:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_2.log)
4419:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 32s local, disk-cache
4420:  �[32m[3,089 / 3,090]�[0m 14 / 24 tests, �[31m�[1m5 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-safari-remote; 40s local, disk-cache
4421:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test.log)
4422:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-safari-remote:
4423:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4424:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:listener-safari-remote (Summary)
4425:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4426:  2024-05-07 01:17:41 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4427:  Running Ruby specs:
4428:  An error occurred in a `before(:suite)` hook.
4429:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4430:  Selenium::WebDriver::Error::SessionNotCreatedError:
4431:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4467:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4468:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4469:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4470:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4471:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
4472:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4473:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4474:  Finished in 7.22 seconds (files took 0.25911 seconds to load)
4475:  0 examples, 0 failures, 1 error occurred outside of examples
...

4481:  Running Ruby specs:
4482:  browser: safari
4483:  driver: remote
4484:  version: 17.4.1
4485:  platform: macosx
4486:  ci: github
4487:  ruby: ruby 3.0.6p216 (2023-03-30 revision 23a532679b) [x86_64-darwin22]
4488:  Selenium::WebDriver::Driver
4489:  supports listener (FAILED - 1)
4490:  Failures:
4491:  1) Selenium::WebDriver::Driver supports listener
4492:  Failure/Error:
4493:  expect {
4494:  create_driver!(listener: Selenium::WebDriver::Support::AbstractEventListener.new) { nil }
4495:  }.not_to raise_exception
4496:  expected no Exception, got #<Selenium::WebDriver::Error::SessionNotCreatedError: Could not start a new session. Error while crea...arch: 'x86_64', os.version: '13.6.6', java.version: '17.0.8.1'
...

4522:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4523:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4524:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4525:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:37:in `create_driver!'
4526:  # ./rb/spec/integration/selenium/webdriver/listener_spec.rb:29:in `block (3 levels) in <module:WebDriver>'
4527:  # ./rb/spec/integration/selenium/webdriver/listener_spec.rb:28:in `block (2 levels) in <module:WebDriver>'
4528:  # ./rb/spec/integration/selenium/webdriver/listener_spec.rb:28:in `block (2 levels) in <module:WebDriver>'
4529:  Finished in 18.5 seconds (files took 0.25972 seconds to load)
4530:  1 example, 1 failure
4531:  Failed examples:
4532:  rspec ./rb/spec/integration/selenium/webdriver/listener_spec.rb:27 # Selenium::WebDriver::Driver supports listener
4533:  ================================================================================
4534:  ==================== Test output for //rb/spec/integration/selenium/webdriver:listener-safari-remote:
4535:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4536:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4537:  2024-05-07 01:18:12 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/listener-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4538:  Running Ruby specs:
4539:  An error occurred in a `before(:suite)` hook.
4540:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4541:  Selenium::WebDriver::Error::SessionNotCreatedError:
4542:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4574:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4575:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4576:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4577:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4578:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
4579:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4580:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4581:  Finished in 7 seconds (files took 0.26162 seconds to load)
4582:  0 examples, 0 failures, 1 error occurred outside of examples
4583:  ================================================================================
4584:  �[32m[3,090 / 3,091]�[0m 15 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 1s disk-cache
4585:  �[32m[3,090 / 3,091]�[0m 15 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 0s local, disk-cache
4586:  �[32m[3,090 / 3,091]�[0m 15 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote; 15s local, disk-cache
4587:  �[32m[3,091 / 3,092]�[0m 16 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 1s disk-cache
4588:  �[32m[3,091 / 3,092]�[0m 16 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 0s local, disk-cache
4589:  �[32m[3,091 / 3,092]�[0m 16 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 9s local, disk-cache
4590:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_1.log)
4591:  �[32m[3,091 / 3,092]�[0m 16 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 10s local, disk-cache
4592:  �[32m[3,091 / 3,092]�[0m 16 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote; 90s local, disk-cache
4593:  ==================== Test output for //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote:
4594:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote (Summary)
4595:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_1.log
4596:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote:
4597:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4598:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4599:  2024-05-07 01:18:41 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4600:  Running Ruby specs:
4601:  An error occurred in a `before(:suite)` hook.
4602:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4603:  Selenium::WebDriver::Error::SessionNotCreatedError:
4604:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4636:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4637:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4638:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4639:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4640:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
4641:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4642:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4643:  Finished in 7.06 seconds (files took 0.27181 seconds to load)
4644:  0 examples, 0 failures, 1 error occurred outside of examples
4645:  ================================================================================
4646:  �[32m[3,092 / 3,093]�[0m 17 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 1s disk-cache
4647:  �[32m[3,092 / 3,093]�[0m 17 / 24 tests, �[31m�[1m6 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:select-safari-remote
4648:  �[32m[3,092 / 3,093]�[0m 17 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 1s local, disk-cache
4649:  �[32m[3,092 / 3,093]�[0m 17 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 10s local, disk-cache
4650:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:select-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_1.log)
4651:  �[32m[3,092 / 3,093]�[0m 17 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 11s local, disk-cache
4652:  �[32m[3,092 / 3,093]�[0m 17 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-safari-remote; 32s local, disk-cache
4653:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:select-safari-remote (Summary)
4654:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_1.log
4655:  ==================== Test output for //rb/spec/integration/selenium/webdriver:select-safari-remote:
4656:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:select-safari-remote:
4657:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4658:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4659:  2024-05-07 01:20:14 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/select-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4660:  Running Ruby specs:
4661:  An error occurred in a `before(:suite)` hook.
4662:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4663:  Selenium::WebDriver::Error::SessionNotCreatedError:
4664:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4696:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4697:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4698:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4699:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4700:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
4701:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4702:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4703:  Finished in 7.87 seconds (files took 0.42531 seconds to load)
4704:  0 examples, 0 failures, 1 error occurred outside of examples
4705:  ================================================================================
4706:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 1s disk-cache
4707:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m6 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote
4708:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 1s local, disk-cache
4709:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 11s local, disk-cache
4710:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_1.log)
4711:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 12s local, disk-cache
4712:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 21s local, disk-cache
4713:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_2.log)
4714:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 23s local, disk-cache
4715:  �[32m[3,093 / 3,094]�[0m 18 / 24 tests, �[31m�[1m6 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote; 154s local, disk-cache
4716:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test.log)
4717:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:target_locator-safari-remote (Summary)
...

4719:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_1.log
4720:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_2.log
4721:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:target_locator-safari-remote:
4722:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari-remote:
4723:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4724:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4725:  2024-05-07 01:20:48 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4726:  Running Ruby specs:
4727:  An error occurred in a `before(:suite)` hook.
4728:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4729:  Selenium::WebDriver::Error::SessionNotCreatedError:
4730:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4762:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4763:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4764:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4765:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4766:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
4767:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4768:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4769:  Finished in 9.07 seconds (files took 0.26542 seconds to load)
4770:  0 examples, 0 failures, 1 error occurred outside of examples
4771:  ================================================================================
4772:  ==================== Test output for //rb/spec/integration/selenium/webdriver:target_locator-safari-remote:
4773:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4774:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
4775:  2024-05-07 01:21:00 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/target_locator-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
4776:  Running Ruby specs:
4777:  An error occurred in a `before(:suite)` hook.
4778:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4779:  Selenium::WebDriver::Error::SessionNotCreatedError:
4780:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4812:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4813:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4814:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4815:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4816:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
4817:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
4818:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
4819:  Finished in 7.7 seconds (files took 0.27942 seconds to load)
4820:  0 examples, 0 failures, 1 error occurred outside of examples
...

4842:  handles exceptions inside the block
4843:  switches to a window without a block
4844:  uses the original window if the block closes the popup
4845:  #new_window
4846:  switches to a new window
4847:  switches to a new tab
4848:  raises exception when the new window type is not recognized
4849:  switches to the new window then close it when given a block
4850:  does not error if switching to a new window with a block that closes window
...

4854:  iterates over open windows when current window is not closed (PENDING: Test guarded; no reason given)
4855:  iterates over open windows when current window is closed (PENDING: Test guarded; no reason given)
4856:  alerts
4857:  allows the user to accept an alert
4858:  allows the user to dismiss an alert
4859:  allows the user to set the value of a prompt
4860:  allows the user to get the text of an alert
4861:  raises when calling #text on a closed alert
4862:  raises NoAlertOpenError if no alert is present
4863:  unhandled alert error
4864:  raises an UnexpectedAlertOpenError if an alert has not been dealt with (FAILED - 1)
4865:  Pending: (Failures listed here are expected and do not affect your suite's status)
4866:  1) Selenium::WebDriver::TargetLocator with more than two windows closes current window via block
4867:  # Test guarded; no reason given
4868:  Got 0 failures and 2 other errors:
4869:  1.1) Failure/Error: wait.until { driver.window_handles.size == 3 }
4870:  Selenium::WebDriver::Error::TimeoutError:
4871:  timed out after 10 seconds
4872:  # ./rb/lib/selenium/webdriver/common/wait.rb:73:in `until'
4873:  # ./rb/spec/integration/selenium/webdriver/target_locator_spec.rb:175:in `block (3 levels) in <module:WebDriver>'
4874:  1.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4875:  Selenium::WebDriver::Error::SessionNotCreatedError:
4876:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4909:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4910:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4911:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4912:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
4913:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
4914:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block (2 levels) in <top (required)>'
4915:  2) Selenium::WebDriver::TargetLocator with more than two windows closes another window
4916:  # Test guarded; no reason given
4917:  Got 0 failures and 2 other errors:
4918:  2.1) Failure/Error: before { @original_window = driver.window_handle }
4919:  Selenium::WebDriver::Error::SessionNotCreatedError:
4920:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4950:  # ./rb/lib/selenium/webdriver/remote/driver.rb:38:in `initialize'
4951:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `new'
4952:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
4953:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4954:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4955:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4956:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:25:in `driver'
4957:  # ./rb/spec/integration/selenium/webdriver/target_locator_spec.rb:25:in `block (2 levels) in <module:WebDriver>'
4958:  2.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
4959:  Selenium::WebDriver::Error::SessionNotCreatedError:
4960:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

4993:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
4994:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
4995:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
4996:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
4997:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
4998:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block (2 levels) in <top (required)>'
4999:  3) Selenium::WebDriver::TargetLocator with more than two windows iterates over open windows when current window is not closed
5000:  # Test guarded; no reason given
5001:  Got 0 failures and 2 other errors:
5002:  3.1) Failure/Error: wait.until { driver.window_handles.size == 3 }
5003:  Selenium::WebDriver::Error::TimeoutError:
5004:  timed out after 10 seconds
5005:  # ./rb/lib/selenium/webdriver/common/wait.rb:73:in `until'
5006:  # ./rb/spec/integration/selenium/webdriver/target_locator_spec.rb:202:in `block (3 levels) in <module:WebDriver>'
5007:  3.2) Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5008:  Selenium::WebDriver::Error::SessionNotCreatedError:
5009:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

5042:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
5043:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
5044:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5045:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
5046:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
5047:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:66:in `block (2 levels) in <top (required)>'
5048:  4) Selenium::WebDriver::TargetLocator with more than two windows iterates over open windows when current window is closed
5049:  # Test guarded; no reason given
5050:  Failure/Error: wait.until { driver.window_handles.size == 3 }
5051:  Selenium::WebDriver::Error::TimeoutError:
5052:  timed out after 10 seconds
5053:  # ./rb/lib/selenium/webdriver/common/wait.rb:73:in `until'
5054:  # ./rb/spec/integration/selenium/webdriver/target_locator_spec.rb:221:in `block (3 levels) in <module:WebDriver>'
5055:  Failures:
5056:  1) Selenium::WebDriver::TargetLocator alerts unhandled alert error raises an UnexpectedAlertOpenError if an alert has not been dealt with
5057:  Got 0 failures and 2 other errors:
5058:  1.1) Failure/Error: after { reset_driver! }
5059:  Selenium::WebDriver::Error::SessionNotCreatedError:
5060:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

5091:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `new'
5092:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5093:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
5094:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
5095:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5096:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
5097:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
5098:  # ./rb/spec/integration/selenium/webdriver/target_locator_spec.rb:328:in `block (4 levels) in <module:WebDriver>'
5099:  1.2) Failure/Error: handles = driver.window_handles
5100:  Selenium::WebDriver::Error::SessionNotCreatedError:
5101:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

5132:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `new'
5133:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5134:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
5135:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
5136:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5137:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:25:in `driver'
5138:  # ./rb/spec/integration/selenium/webdriver/target_locator_spec.rb:28:in `block (2 levels) in <module:WebDriver>'
5139:  Finished in 2 minutes 9.9 seconds (files took 0.29769 seconds to load)
5140:  26 examples, 1 failure, 4 pending
5141:  Failed examples:
5142:  rspec ./rb/spec/integration/selenium/webdriver/target_locator_spec.rb:330 # Selenium::WebDriver::TargetLocator alerts unhandled alert error raises an UnexpectedAlertOpenError if an alert has not been dealt with
5143:  ================================================================================
5144:  �[32m[3,094 / 3,095]�[0m 19 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 1s disk-cache
5145:  �[32m[3,094 / 3,095]�[0m 19 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 0s local, disk-cache
5146:  �[32m[3,094 / 3,095]�[0m 19 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote; 17s local, disk-cache
5147:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 1s disk-cache
5148:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 0s local, disk-cache
5149:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 9s local, disk-cache
5150:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_1.log)
5151:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 11s local, disk-cache
5152:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 32s local, disk-cache
5153:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_2.log)
5154:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 33s local, disk-cache
5155:  �[32m[3,095 / 3,096]�[0m 20 / 24 tests, �[31m�[1m7 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:window-safari-remote; 42s local, disk-cache
5156:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:window-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test.log)
5157:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari-remote:
5158:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:window-safari-remote (Summary)
5159:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5160:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test.log
5161:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5162:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_1.log
5163:  2024-05-07 01:23:45 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5164:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_2.log
5165:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:window-safari-remote:
5166:  Running Ruby specs:
5167:  An error occurred in a `before(:suite)` hook.
5168:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5169:  Selenium::WebDriver::Error::SessionNotCreatedError:
5170:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

5202:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5203:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
5204:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
5205:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5206:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
5207:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5208:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
5209:  Finished in 7.17 seconds (files took 0.26753 seconds to load)
5210:  0 examples, 0 failures, 1 error occurred outside of examples
...

5225:  sets the size of the current window
5226:  gets the position of the current window
5227:  sets the position of the current window
5228:  gets the rect of the current window
5229:  sets the rect of the current window
5230:  can maximize the current window
5231:  can make window full screen
5232:  can minimize the window
5233:  An error occurred in an `after(:context)` hook.
5234:  Failure/Error: after(:all) { reset_driver! }
5235:  Selenium::WebDriver::Error::SessionNotCreatedError:
5236:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

5268:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5269:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
5270:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
5271:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5272:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:67:in `reset_driver!'
5273:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
5274:  # ./rb/spec/integration/selenium/webdriver/window_spec.rb:25:in `block (2 levels) in <module:WebDriver>'
5275:  Finished in 21.01 seconds (files took 0.25001 seconds to load)
5276:  9 examples, 0 failures, 1 error occurred outside of examples
5277:  ================================================================================
5278:  ==================== Test output for //rb/spec/integration/selenium/webdriver:window-safari-remote:
5279:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5280:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5281:  2024-05-07 01:24:18 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/window-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5282:  Running Ruby specs:
5283:  An error occurred in a `before(:suite)` hook.
5284:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5285:  Selenium::WebDriver::Error::SessionNotCreatedError:
5286:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

5318:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5319:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
5320:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
5321:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5322:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
5323:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5324:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
5325:  Finished in 7.15 seconds (files took 0.25285 seconds to load)
5326:  0 examples, 0 failures, 1 error occurred outside of examples
5327:  ================================================================================
5328:  �[32m[3,096 / 3,097]�[0m 21 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 1s disk-cache
5329:  �[32m[3,096 / 3,097]�[0m 21 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 0s local, disk-cache
5330:  �[32m[3,096 / 3,097]�[0m 21 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 9s local, disk-cache
5331:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:guard-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_1.log)
5332:  �[32m[3,096 / 3,097]�[0m 21 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 11s local, disk-cache
5333:  �[32m[3,096 / 3,097]�[0m 21 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote; 25s local, disk-cache
5334:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:guard-safari-remote (Summary)
5335:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_1.log
5336:  ==================== Test output for //rb/spec/integration/selenium/webdriver:guard-safari-remote:
5337:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:guard-safari-remote:
5338:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5339:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5340:  2024-05-07 01:24:29 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/guard-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5341:  Running Ruby specs:
5342:  An error occurred in a `before(:suite)` hook.
5343:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5344:  Selenium::WebDriver::Error::SessionNotCreatedError:
5345:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

5377:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5378:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
5379:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
5380:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5381:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
5382:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5383:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
5384:  Finished in 7.23 seconds (files took 0.27862 seconds to load)
5385:  0 examples, 0 failures, 1 error occurred outside of examples
5386:  ================================================================================
5387:  �[32m[3,097 / 3,098]�[0m 22 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 1s disk-cache
5388:  �[32m[3,097 / 3,098]�[0m 22 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 0s local, disk-cache
5389:  �[32m[3,097 / 3,098]�[0m 22 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 9s local, disk-cache
5390:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_1.log)
5391:  �[32m[3,097 / 3,098]�[0m 22 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 11s local, disk-cache
5392:  �[32m[3,097 / 3,098]�[0m 22 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote; 344s local, disk-cache
5393:  �[35mFLAKY: �[0m//rb/spec/integration/selenium/webdriver:devtools-safari-remote (Summary)
5394:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_1.log
5395:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:devtools-safari-remote:
5396:  ==================== Test output for //rb/spec/integration/selenium/webdriver:devtools-safari-remote:
5397:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5398:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5399:  2024-05-07 01:24:57 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/devtools-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5400:  Running Ruby specs:
5401:  An error occurred in a `before(:suite)` hook.
5402:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5403:  Selenium::WebDriver::Error::SessionNotCreatedError:
5404:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

5436:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5437:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
5438:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
5439:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5440:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
5441:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5442:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
5443:  Finished in 7.17 seconds (files took 0.26466 seconds to load)
5444:  0 examples, 0 failures, 1 error occurred outside of examples
5445:  ================================================================================
5446:  �[32m[3,098 / 3,099]�[0m 23 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 1s disk-cache
5447:  �[32m[3,098 / 3,099]�[0m 23 / 24 tests, �[31m�[1m8 failed�[0m;�[0m [Sched] Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote
5448:  �[32m[3,098 / 3,099]�[0m 23 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 1s local, disk-cache
5449:  �[32m[3,098 / 3,099]�[0m 23 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 11s local, disk-cache
5450:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_1.log)
5451:  �[32m[3,098 / 3,099]�[0m 23 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 12s local, disk-cache
5452:  �[32m[3,098 / 3,099]�[0m 23 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 23s local, disk-cache
5453:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_2.log)
5454:  �[32m[3,098 / 3,099]�[0m 23 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 24s local, disk-cache
5455:  �[32m[3,098 / 3,099]�[0m 23 / 24 tests, �[31m�[1m8 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote; 39s local, disk-cache
5456:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari-remote (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test.log)
5457:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-safari-remote:
5458:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:navigation-safari-remote (Summary)
5459:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5460:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test.log
5461:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5462:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_1.log
5463:  2024-05-07 01:30:48 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5464:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_2.log
5465:  �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:navigation-safari-remote:
5466:  Running Ruby specs:
5467:  An error occurred in a `before(:suite)` hook.
5468:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5469:  Selenium::WebDriver::Error::SessionNotCreatedError:
5470:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

5503:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5504:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
5505:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
5506:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5507:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
5508:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5509:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
5510:  Finished in 8.41 seconds (files took 0.46668 seconds to load)
5511:  0 examples, 0 failures, 1 error occurred outside of examples
5512:  ================================================================================
5513:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-safari-remote:
5514:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5515:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5516:  2024-05-07 01:31:01 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5517:  Running Ruby specs:
5518:  An error occurred in a `before(:suite)` hook.
5519:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5520:  Selenium::WebDriver::Error::SessionNotCreatedError:
5521:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

5553:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5554:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
5555:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
5556:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5557:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
5558:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5559:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
5560:  Finished in 8.13 seconds (files took 0.40521 seconds to load)
5561:  0 examples, 0 failures, 1 error occurred outside of examples
5562:  ================================================================================
5563:  ==================== Test output for //rb/spec/integration/selenium/webdriver:navigation-safari-remote:
5564:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5565:  <internal:dir>:134: warning: /var/root/.local/share/gem/ruby/3.0.0/specifications: Permission denied
5566:  2024-05-07 01:31:12 INFO Selenium Server Location: /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/rb/spec/integration/selenium/webdriver/navigation-safari-remote.sh.runfiles/_main/java/src/org/openqa/selenium/grid/selenium_server_deploy.jar
5567:  Running Ruby specs:
5568:  An error occurred in a `before(:suite)` hook.
5569:  Failure/Error: Unable to find [remote server] org.openqa.selenium.grid.node.config.DriverServiceSessionFactory(DriverServiceSessionFactory.java) to read failed line
5570:  Selenium::WebDriver::Error::SessionNotCreatedError:
5571:  Could not start a new session. Error while creating session with the driver service. Stopping driver service: Driver server process died prematurely.
...

5603:  # ./rb/lib/selenium/webdriver/common/driver.rb:57:in `for'
5604:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:212:in `remote_driver'
5605:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:154:in `create_driver!'
5606:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
5607:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:189:in `current_env'
5608:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:42:in `print_env'
5609:  # /Users/runner/work/selenium/selenium/rb/spec/integration/selenium/webdriver/spec_helper.rb:41:in `block (2 levels) in <top (required)>'
5610:  Finished in 13.46 seconds (files took 0.3522 seconds to load)
5611:  0 examples, 0 failures, 1 error occurred outside of examples
5612:  ================================================================================
5613:  �[32mINFO: �[0mElapsed time: 1768.353s, Critical Path: 391.17s
5614:  �[32mINFO: �[0m2869 processes: 1576 disk cache hit, 1101 internal, 53 darwin-sandbox, 106 local, 33 worker.
5615:  �[32mINFO: �[0mBuild completed, 9 tests FAILED, 2869 total actions
5616:  //rb/spec/integration/selenium/webdriver:bidi-safari-remote              �[0m�[32mPASSED�[0m in 83.1s
5617:  //rb/spec/integration/selenium/webdriver:takes_screenshot-safari-remote  �[0m�[32mPASSED�[0m in 17.5s
5618:  //rb/spec/integration/selenium/webdriver/safari:driver-safari-remote     �[0m�[32mPASSED�[0m in 15.4s
5619:  //rb/spec/integration/selenium/webdriver:action_builder-safari-remote     �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 128.1s
5620:  Stats over 2 runs: max = 128.1s, min = 9.4s, avg = 68.8s, dev = 59.3s
5621:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-safari-remote/test_attempts/attempt_1.log
5622:  //rb/spec/integration/selenium/webdriver:devtools-safari-remote           �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 333.8s
5623:  Stats over 2 runs: max = 333.8s, min = 9.9s, avg = 171.9s, dev = 161.9s
5624:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/devtools-safari-remote/test_attempts/attempt_1.log
5625:  //rb/spec/integration/selenium/webdriver:guard-safari-remote              �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 15.4s
5626:  Stats over 2 runs: max = 15.4s, min = 9.7s, avg = 12.6s, dev = 2.9s
5627:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/guard-safari-remote/test_attempts/attempt_1.log
5628:  //rb/spec/integration/selenium/webdriver:select-safari-remote             �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 21.1s
5629:  Stats over 2 runs: max = 21.1s, min = 10.6s, avg = 15.9s, dev = 5.2s
5630:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/select-safari-remote/test_attempts/attempt_1.log
5631:  //rb/spec/integration/selenium/webdriver/bidi:browsing_context-safari-remote �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 47.3s
5632:  Stats over 2 runs: max = 47.3s, min = 10.0s, avg = 28.7s, dev = 18.6s
5633:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/browsing_context-safari-remote/test_attempts/attempt_1.log
5634:  //rb/spec/integration/selenium/webdriver/bidi:log_inspector-safari-remote �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 80.5s
5635:  Stats over 2 runs: max = 80.5s, min = 9.3s, avg = 44.9s, dev = 35.6s
5636:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/bidi/log_inspector-safari-remote/test_attempts/attempt_1.log
5637:  //rb/spec/integration/selenium/webdriver/remote:driver-safari-remote      �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 15.6s
5638:  Stats over 2 runs: max = 15.6s, min = 10.1s, avg = 12.8s, dev = 2.7s
5639:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/driver-safari-remote/test_attempts/attempt_1.log
5640:  //rb/spec/integration/selenium/webdriver/remote:element-safari-remote     �[0m�[35mFLAKY�[0m, failed in 1 out of 2 in 15.6s
5641:  Stats over 2 runs: max = 15.6s, min = 9.3s, avg = 12.4s, dev = 3.2s
5642:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/remote/element-safari-remote/test_attempts/attempt_1.log
5643:  //rb/spec/integration/selenium/webdriver:error-safari-remote              �[0m�[35mFLAKY�[0m, failed in 2 out of 3 in 15.7s
5644:  Stats over 3 runs: max = 15.7s, min = 9.5s, avg = 11.6s, dev = 2.9s
5645:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_1.log
5646:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/error-safari-remote/test_attempts/attempt_2.log
5647:  //rb/spec/integration/selenium/webdriver:manager-safari-remote            �[0m�[35mFLAKY�[0m, failed in 2 out of 3 in 16.9s
5648:  Stats over 3 runs: max = 16.9s, min = 10.0s, avg = 13.0s, dev = 2.9s
5649:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_1.log
5650:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/manager-safari-remote/test_attempts/attempt_2.log
5651:  �[0m
5652:  //rb/spec/integration/selenium/webdriver:storage-safari-remote            �[0m�[35mFLAKY�[0m, failed in 2 out of 3 in 17.5s
5653:  Stats over 3 runs: max = 17.5s, min = 9.4s, avg = 12.2s, dev = 3.7s
5654:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_1.log
5655:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/storage-safari-remote/test_attempts/attempt_2.log
5656:  //rb/spec/integration/selenium/webdriver:timeout-safari-remote            �[0m�[35mFLAKY�[0m, failed in 2 out of 3 in 21.4s
5657:  Stats over 3 runs: max = 21.4s, min = 9.5s, avg = 13.5s, dev = 5.5s
5658:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_1.log
5659:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/timeout-safari-remote/test_attempts/attempt_2.log
5660:  //rb/spec/integration/selenium/webdriver:driver-safari-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 11.4s
5661:  Stats over 3 runs: max = 11.4s, min = 10.6s, avg = 11.1s, dev = 0.3s
5662:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test.log
5663:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_1.log
5664:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/driver-safari-remote/test_attempts/attempt_2.log
5665:  //rb/spec/integration/selenium/webdriver:element-safari-remote           �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 70.2s
5666:  Stats over 3 runs: max = 70.2s, min = 10.1s, avg = 30.7s, dev = 28.0s
5667:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test.log
5668:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_1.log
5669:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/element-safari-remote/test_attempts/attempt_2.log
5670:  //rb/spec/integration/selenium/webdriver:listener-safari-remote          �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 20.8s
5671:  Stats over 3 runs: max = 20.8s, min = 9.2s, avg = 13.3s, dev = 5.4s
5672:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test.log
5673:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_1.log
5674:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/listener-safari-remote/test_attempts/attempt_2.log
5675:  //rb/spec/integration/selenium/webdriver:navigation-safari-remote        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 16.1s
5676:  Stats over 3 runs: max = 16.1s, min = 11.4s, avg = 13.0s, dev = 2.1s
5677:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test.log
5678:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_1.log
5679:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/navigation-safari-remote/test_attempts/attempt_2.log
5680:  //rb/spec/integration/selenium/webdriver:shadow_root-safari-remote       �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 84.6s
5681:  Stats over 3 runs: max = 84.6s, min = 10.1s, avg = 36.9s, dev = 33.8s
5682:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test.log
5683:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_1.log
5684:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/shadow_root-safari-remote/test_attempts/attempt_2.log
5685:  //rb/spec/integration/selenium/webdriver:target_locator-safari-remote    �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 132.4s
5686:  Stats over 3 runs: max = 132.4s, min = 10.1s, avg = 51.2s, dev = 57.4s
5687:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test.log
5688:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_1.log
5689:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/target_locator-safari-remote/test_attempts/attempt_2.log
5690:  //rb/spec/integration/selenium/webdriver:virtual_authenticator-safari-remote �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 9.4s
5691:  Stats over 3 runs: max = 9.4s, min = 9.2s, avg = 9.3s, dev = 0.1s
5692:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test.log
5693:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_1.log
5694:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/virtual_authenticator-safari-remote/test_attempts/attempt_2.log
5695:  //rb/spec/integration/selenium/webdriver:window-safari-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 23.1s
5696:  Stats over 3 runs: max = 23.1s, min = 9.3s, avg = 13.9s, dev = 6.5s
5697:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test.log
5698:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_1.log
5699:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/window-safari-remote/test_attempts/attempt_2.log
5700:  //rb/spec/integration/selenium/webdriver:zipper-safari-remote            �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 10.1s
5701:  Stats over 3 runs: max = 10.1s, min = 9.2s, avg = 9.6s, dev = 0.4s
5702:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test.log
5703:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_1.log
5704:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/zipper-safari-remote/test_attempts/attempt_2.log
5705:  Executed 24 out of 24 tests: 15 tests pass and �[0m�[31m�[1m9 fail locally�[0m.
5706:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
5707:  ##[error]Process completed with exit code 3.

✨ CI feedback usage guide:

The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
The tool analyzes the failed checks and provides several feedbacks:

  • Failed stage
  • Failed test name
  • Failure summary
  • Relevant error logs

In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

/checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"

where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

Configuration options

  • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
  • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
  • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
  • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
  • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

See more information about the checks tool in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants